[Bug 1602001] Re: Cannot watch videos with AMDGPU-PRO driver

2016-09-14 Thread Uwe Schaibl
no problems with vlc or smplayer.

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

Title:
  Cannot watch videos with AMDGPU-PRO driver

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

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


[Bug 1598667] Re: No snapd API for account registration / password reset

2016-09-14 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu)
   Status: New => Triaged

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

** Changed in: gnome-software (Ubuntu)
   Importance: Medium => 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/1598667

Title:
  No snapd API for account registration / password reset

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

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


[Bug 1623774] [NEW] Ubuntu 16 unable to create 80-container-host0.network.dpkg-new

2016-09-14 Thread Eugene Vladimirovich Shcherban
Public bug reported:

When I distro upgrade Ubuntu 16x64 I get:

The following packages will be upgraded:
  libudev1 systemd udev
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 1,046 kB/4,686 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 udev amd64 
229-4ubuntu8 [990 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libudev1 amd64 
229-4ubuntu8 [56.5 kB]
Fetched 1,046 kB in 1s (977 kB/s)   
Reading changelogs... Done
(Reading database ... 122160 files and directories currently installed.)
Preparing to unpack .../systemd_229-4ubuntu8_amd64.deb ...
+ set -e
+ [ upgrade = remove ]
+ dpkg-maintscript-helper rm_conffile 
/etc/X11/xinit/xinitrc.d/50-systemd-user.sh 228-3~ -- upgrade 229-4ubuntu8
+ dpkg-maintscript-helper rm_conffile 
/etc/dbus-1/system.d/org.freedesktop.machine1.conf 228-5~ -- upgrade 
229-4ubuntu8
+ dpkg-maintscript-helper mv_conffile /etc/systemd/systemd-journald.conf 
/etc/systemd/journald.conf 204-1~ -- upgrade 229-4ubuntu8
+ dpkg-maintscript-helper mv_conffile /etc/systemd/systemd-logind.conf 
/etc/systemd/logind.conf 204-1~ -- upgrade 229-4ubuntu8
+ dpkg-maintscript-helper rm_conffile 
/etc/bash_completion.d/systemd-bash-completion.sh 204-1~ -- upgrade 229-4ubuntu8
+ dpkg-maintscript-helper rm_conffile 
/etc/bash_completion.d/systemctl-bash-completion.sh 204-1~ -- upgrade 
229-4ubuntu8
Unpacking systemd (229-4ubuntu8) over (229-4ubuntu7) ...
dpkg: error processing archive 
/var/cache/apt/archives/systemd_229-4ubuntu8_amd64.deb (--unpack):
 unable to create '/lib/systemd/network/80-container-host0.network.dpkg-new' 
(while processing './lib/systemd/network/80-container-host0.network'): No such 
file or directory
No apport report written because the error message indicates an issue on the 
local system

 dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
addgroup: The group `systemd-journal' already exists as a system group. Exiting.
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for dbus (1.10.6-1ubuntu3) ...
Errors were encountered while processing:
 /var/cache/apt/archives/systemd_229-4ubuntu8_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  Ubuntu 16 unable to create 80-container-host0.network.dpkg-new

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

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


[Bug 1606901] Re: Clicking "Show details" in AO for Nautilus produces "Could not find 'nautilus.desktop'" error from gnome-software

2016-09-14 Thread Jeremy Bicha
Seb, I believe the major problem is a logic error. /usr/bin/pkg-gnome-
compat-desktop-file adds these fields to the .desktop files:

> file-roller.desktop (the compatibility .desktop)
X-AppStream-Ignore=true

> org.gnome.FileRoller.desktop ( the new upstream .desktop)
NoDisplay=true

Moving the AppStream-Ignore rule to the .desktop that has NoDisplay set
fixes the GNOME Shell integration issue.

There's another smaller issue with the script, see bug 1623748 for that.

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

Title:
  Clicking "Show details" in AO for Nautilus produces "Could not find
  'nautilus.desktop'" error from gnome-software

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

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


[Bug 1623748] [NEW] Use non-compatibility .desktop files by default

2016-09-14 Thread Jeremy Bicha
Public bug reported:

/usr/bin/pkg-gnome-compat-desktop-file in gnome-pkg-tools creates
compatibilty .desktop's for some GNOME apps that have switched their
.desktop name.

An example is /usr/share/applications/file-roller.desktop that was
renamed upstream as org.gnome.FileRoller.desktop (apparently the new
style makes Flatpak integration easier?).

In Xenial, the compatibility script sets NoDisplay=true in the new
.desktop.

I think we'd want to convert users over to the new .desktop's instead of
keeping them on the old ones so that eventually the old ones can be
dropped. I think we'd need to have an upgrade script update at least
'com.canonical.Unity.Launcher favorites' and 'org.gnome.shell favorite-
apps'.

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

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

Title:
  Use non-compatibility .desktop files by default

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

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


[Bug 1623675] Re: Support adding and editing recurring events

2016-09-14 Thread Bug Watch Updater
** Changed in: gnome-calendar
   Status: Unknown => Confirmed

** Changed in: gnome-calendar
   Importance: Unknown => Wishlist

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

Title:
  Support adding and editing recurring events

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

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


[Bug 1623719] [NEW] /usr/lib/gvfs/gvfsd-mtp:11:malloc_consolidate:_int_malloc:_int_realloc:__GI___libc_realloc:g_realloc

2016-09-14 Thread errors.ubuntu.com bug bridge
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.2-1ubuntu1~16.04.1, the problem page at
https://errors.ubuntu.com/problem/0508efd3b0404c5af4783940b47c5dcd9f2044ce
contains more details.

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


** Tags: raring saucy trusty utopic vivid wily xenial yakkety

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

Title:
  /usr/lib/gvfs/gvfsd-
  
mtp:11:malloc_consolidate:_int_malloc:_int_realloc:__GI___libc_realloc:g_realloc

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

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


[Bug 1623723] [NEW] /usr/lib/gvfs/gvfsd-smb-browse:*** Error in `/usr/lib/gvfs/gvfsd-smb-browse': free(): corrupted unsorted chunks: ADDR ***

2016-09-14 Thread errors.ubuntu.com bug bridge
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.2-1ubuntu1~16.04.1, the problem page at
https://errors.ubuntu.com/problem/a85596a057ced8bc0dea966a8bcd4deadf1e5c44
contains more details.

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


** Tags: trusty utopic 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/1623723

Title:
  /usr/lib/gvfs/gvfsd-smb-browse:*** Error in `/usr/lib/gvfs/gvfsd-smb-
  browse': free(): corrupted unsorted chunks: ADDR ***

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

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


[Bug 1623666] Re: iOS10 will not connect to Ubuntu

2016-09-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  iOS10 will not connect to Ubuntu

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

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


[Bug 1623665] Re: Image Magick appears twice in the list of installed applications

2016-09-14 Thread Jeremy Bicha
The duplicate ImageMagick issue is bug 1549732.

I don't know why the app should have two different star ratings though
since it's the same app.

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

Title:
  Image Magick appears twice in the list of installed applications

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

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


[Bug 1621539] Re: Unable to schedule "PM" events in Gnome Calendar 3.20.2

2016-09-14 Thread Jeremy Bicha
Sam, thanks for your feedback. I'm going to go ahead and mark this
bugfix as verified.

gnome-calendar does not support creating recurring events but you can
use evolution to do that. Since evolution and gnome-calendar support the
same backend, you'll see the repeated events in gnome-calendar. I opened
bug 1623675 for adding that feature to gnome-calendar directly.

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

Title:
  Unable to schedule "PM" events in Gnome Calendar 3.20.2

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

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


[Bug 1587154] Re: --working-directory does not work anymore

2016-09-14 Thread Jonathan Hartley
...and I'm using
$ gnome-terminal --version
GNOME Terminal 3.18.3
(in Ubuntu 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/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


[Bug 1623675] [NEW] Support adding and editing recurring events

2016-09-14 Thread Jeremy Bicha
Public bug reported:

It would be nice if you could use gnome-calendar to add recurring events
and make changes to them.

Workaround:
Install evolution and use its calendar to schedule and make changes to 
recurring events.

** Affects: gnome-calendar
 Importance: Unknown
 Status: Unknown

** Affects: gnome-calendar (Ubuntu)
 Importance: Wishlist
 Status: Triaged

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

** Also affects: gnome-calendar via
   https://bugzilla.gnome.org/show_bug.cgi?id=756747
   Importance: Unknown
   Status: Unknown

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

Title:
  Support adding and editing recurring events

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

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


[Bug 1621539] Re: Unable to schedule "PM" events in Gnome Calendar 3.20.2

2016-09-14 Thread Sam Williams
Hey Jeremy and Chris!

Just download and checked your Gnome calendar fix and it now works as I
would expect. Before I wasn't seeing an "AM/PM" indicator and just
assumed it would change as you advanced time. Now I see it and have the
ability to use it without issue.

I also have the ability to created a calendar entry that spans multiple
days, but starting and ending at a particular time.

I just noticed one thing that I missed before. It may not have been
included in this version of the calendar application. I don't see the
ability to set a repeating or recurring event. So for now it looks like
I would need to go and manually set the recurrence.

Otherwise you definitely fixed the problem that was causing me issues.
Thanks for all your work and effort.

All the best!
Sam Williams

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

Title:
  Unable to schedule "PM" events in Gnome Calendar 3.20.2

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

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


[Bug 1587154] Re: --working-directory does not work anymore

2016-09-14 Thread Jonathan Hartley
This problem manifests for me if I modify my gnome-terminal profile to
start a custom command (e.g. '/bin/bash')

If I uncheck that option in the profile, to run the my default shell
instead, then --working-directory=/ works fine.

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


[Bug 1623665] [NEW] Image Magick appears twice in the list of installed applications

2016-09-14 Thread Dan Dascalescu
Public bug reported:

After a fresh install of Ubuntu 16.04.1, in the installed apps list,
Image Magick appears twice, with identical descriptions. Curiously, the
two packages have different ratings.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-software 
3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1~16.04.1
ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
Uname: Linux 4.4.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Sep 14 00:50:05 2016
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/gnome-software
InstallationDate: Installed on 2016-09-04 (10 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "Two image magicks by default.png"
   
https://bugs.launchpad.net/bugs/1623665/+attachment/4741166/+files/Two%20image%20magicks%20by%20default.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/1623665

Title:
  Image Magick appears twice in the list of installed applications

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

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


[Bug 1623666] [NEW] iOS10 will not connect to Ubuntu

2016-09-14 Thread NoBugs!
Public bug reported:

Plug in iOS10 device, and it doesn't show the documents on it.

Please package the recent fix in libimobiledevice:

https://github.com/libimobiledevice/libimobiledevice/issues/327

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

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

Title:
  iOS10 will not connect to Ubuntu

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

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


[Bug 1621539] Re: Unable to schedule "PM" events in Gnome Calendar 3.20.2

2016-09-14 Thread Bug Watch Updater
** 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/1621539

Title:
  Unable to schedule "PM" events in Gnome Calendar 3.20.2

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

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


[Bug 1601971] Re: update fails, "AppStream cache update failed."

2016-09-14 Thread Matthias Klumpp
Sounds like some OverlayFS weirdness...

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

Title:
  update fails, "AppStream cache update failed."

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

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


[Bug 1601971] Re: update fails, "AppStream cache update failed."

2016-09-14 Thread Daniel Gimpelevich
An strace shows the following:

rename("/var/cache/app-info/xapian/default", "/var/cache/app-
info/xapian/default_old") = -1 EXDEV (Invalid cross-device link)

Doing "sudo mv /var/cache/app-info/xapian/default /var/cache/app-
info/xapian/default_old" followed by "sudo mv /var/cache/app-
info/xapian/default_old /var/cache/app-info/xapian/default" makes it
work thereafter.

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

Title:
  update fails, "AppStream cache update failed."

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

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


[Bug 1601971] Re: update fails, "AppStream cache update failed."

2016-09-14 Thread Daniel Gimpelevich
Still present in ubuntu-16.04.1-desktop-amd64.iso

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

Title:
  update fails, "AppStream cache update failed."

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

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


[Bug 432946] Re: add failsafe option

2016-09-14 Thread Bug Watch Updater
** Changed in: gnome-session
   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/432946

Title:
  add failsafe option

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

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


[Bug 1621539] Re: Unable to schedule "PM" events in Gnome Calendar 3.20.2

2016-09-14 Thread Chris J Arges
Hello Sam, 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.4-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/1621539

Title:
  Unable to schedule "PM" events in Gnome Calendar 3.20.2

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

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


[Bug 1265242] Re: Rythmbox volume control problem

2016-09-14 Thread Bug Watch Updater
** Changed in: rhythmbox
   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/1265242

Title:
  Rythmbox volume control problem

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

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


[Bug 1621539] Re: Unable to schedule "PM" events in Gnome Calendar 3.20.2

2016-09-14 Thread Jeremy Bicha
** Description changed:

  Impact
  ==
  Users who have their computer time set to 12-hour time (AM/PM) instead of 
24-hour are unable to schedule PM events in gnome-calendar. 12-hour time is the 
default in the United States.
  
  The update fixes this issue and a few more.
  
  https://git.gnome.org/browse/gnome-calendar/tree/NEWS?h=gnome-3-20
- 
- These patches are also included:
- https://git.gnome.org/browse/gnome-calendar/commit/?id=d0143db
- 
- https://git.gnome.org/browse/gnome-calendar/commit/?id=46a05e5
+ https://git.gnome.org/browse/gnome-calendar/log/?h=gnome-3-20
  
  Test Case
  =
  1. Open the Calendar app.
  2. Click on a date to schedule a new event. Click Edit Details.
  3. Are you able to set an event that starts and ends in the afternoon?
  
  Open the System Settings app. Click Time & Date. Switch time from
  12-hour to 24-hour (or the opposite). Repeat steps 1-3.
  
  4. Schedule a new event that starts on one day and ends on the next.
  Click the all-day box and hit Done.
  
  The event should span both days on the calendar.
  
  Regression Potential
  
- Low. I am concerned that although all of these patches were applied to the 
unstable 3.21 series, several were not backported to the stable 3.20 series 
like they should have been.
+ Low. This is a new upstream stable bugfix release and is recommended for all 
distros shipping GNOME 3.20.
+ 
+ The 3.20.3 release was insufficient and might have made things worse (
+ https://bugzilla.gnome.org/770679 ), but for 3.20.4 I helped identify
+ the git commits already applied in the 3.21 series to fix this issue.
  
  Original Bug Report
  ===
  The bug is 100% reproducible. I can schedule "AM" events and all day events, 
but no "PM" events. I would expect the part of to advance after I had passed 
noon, but I can keep cycling through the first 12 hours of the day.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-calendar 3.20.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Sep  8 10:56:05 2016
  InstallationDate: Installed on 2013-04-26 (1231 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  SourcePackage: gnome-calendar
  UpgradeStatus: Upgraded to xenial on 2016-04-02 (159 days ago)

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

Title:
  Unable to schedule "PM" events in Gnome Calendar 3.20.2

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

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


[Bug 1620557] Re: weather.noaa.gov was shut down

2016-09-14 Thread Sebastian Geiger
I can confirm for 16.04 Xenial that the update works. After installation
and a restart of gnome-panel I do now see weather information where
there was previously only an empty space for the weather icon.

I do not have access to a 14.04 system at the moment so cannot confirm
for 14.04.

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

Title:
  weather.noaa.gov was shut down

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

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


[Bug 1620557] Re: weather.noaa.gov was shut down

2016-09-14 Thread Alberts Muktupāvels
** 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 libgweather in Ubuntu.
https://bugs.launchpad.net/bugs/1620557

Title:
  weather.noaa.gov was shut down

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

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


[Bug 703653] Re: Fallback from Unity-GL should use unity-2d if installed

2016-09-14 Thread Bug Watch Updater
** Changed in: gnome-session
   Status: New => Expired

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

Title:
  Fallback from Unity-GL should use unity-2d if installed

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

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


[Bug 1623502] [NEW] bluetooth mouse refresh display under locked screen

2016-09-14 Thread cjq
Public bug reported:

Description:Ubuntu 16.04.1 LTS
Release:16.04

What i install related to bluetooth are as follow:

bluez 5.37
gnome-bluetooth 3.18.2
indicator-bluetooth 0.0.6
libbluetooth3 5.37
libgnome-bluetooth13 3.18.2

I uses short-key ctrl+alt+l to lock my laptop screen,but after a
while,screen diplay a mouse pointer with the flashing of physical
bluetooth light.

So the screen ,light ... dark ... light ... dark ..(infinite loop)

I try to google it and end of no result.

I guess it's because the software needs to ensure if the mouse is still
connected but i don't know how to configure it.

I hope you can help me, I will be indebted forever

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


** Tags: bluetooth

** Package changed: indicator-bluetooth (Ubuntu) => gnome-bluetooth
(Ubuntu)

** Description changed:

  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04
  
  What i install related to bluetooth are as follow:
  
  bluez 5.37
  gnome-bluetooth 3.18.2
  indicator-bluetooth 0.0.6
  libbluetooth3 5.37
  libgnome-bluetooth13 3.18.2
  
  I uses short-key ctrl+alt+l to lock my laptop screen,but after a
- while,screen diplay a mouse pointer
+ while,screen diplay a mouse pointer with the flashing of physical
+ bluetooth
  
- with the flashing of physical bluetooth light.
+ light.
  
  So the screen ,light ... dark ... light ... dark ..(infinite loop)
  
  I try to google it and end of no result.
  
  I guess it's because the software needs to ensure if the mouse is still
  connected but i don't know
  
  how to configure it.
  
  I hope you can help me, I will be indebted forever

** Description changed:

  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04
  
  What i install related to bluetooth are as follow:
  
  bluez 5.37
  gnome-bluetooth 3.18.2
  indicator-bluetooth 0.0.6
  libbluetooth3 5.37
  libgnome-bluetooth13 3.18.2
  
  I uses short-key ctrl+alt+l to lock my laptop screen,but after a
  while,screen diplay a mouse pointer with the flashing of physical
- bluetooth
- 
- light.
+ bluetooth light.
  
  So the screen ,light ... dark ... light ... dark ..(infinite loop)
  
  I try to google it and end of no result.
  
  I guess it's because the software needs to ensure if the mouse is still
  connected but i don't know
  
  how to configure it.
  
  I hope you can help me, I will be indebted forever

** Description changed:

  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04
  
  What i install related to bluetooth are as follow:
  
  bluez 5.37
  gnome-bluetooth 3.18.2
  indicator-bluetooth 0.0.6
  libbluetooth3 5.37
  libgnome-bluetooth13 3.18.2
  
  I uses short-key ctrl+alt+l to lock my laptop screen,but after a
  while,screen diplay a mouse pointer with the flashing of physical
  bluetooth light.
  
  So the screen ,light ... dark ... light ... dark ..(infinite loop)
  
  I try to google it and end of no result.
  
  I guess it's because the software needs to ensure if the mouse is still
- connected but i don't know
- 
- how to configure it.
+ connected but i don't know how to configure it.
  
  I hope you can help me, I will be indebted forever

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

Title:
  bluetooth mouse refresh display under locked screen

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

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


[Bug 1615732] Re: Execution of filter 'Junk check' fails with "Empty cache file"

2016-09-14 Thread Launchpad Bug Tracker
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/1615732

Title:
  Execution of filter 'Junk check' fails with "Empty cache file"

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

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


[Bug 1615732] Re: Execution of filter 'Junk check' fails with "Empty cache file"

2016-09-14 Thread Trev Peterson
I have the same issue.  It seems like it might be this bug once again:
https://bugzilla.gnome.org/show_bug.cgi?id=737468

I experience this bug for me and for a client that runs evolution as
well.  I suspect it's pretty common.  I error out when running mail
filters, downloading mail and moving junk to a physical junk folder.

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

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

Title:
  Execution of filter 'Junk check' fails with "Empty cache file"

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

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


[Bug 1411487] Re: [GNOME gnome-control-center] Not work AD2P in device HV-800 (problem random)

2016-09-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-bluetooth (Ubuntu)
   Status: New => 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/1411487

Title:
  [GNOME gnome-control-center] Not work AD2P in device HV-800 (problem
  random)

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

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


[Bug 1411487] Re: [GNOME gnome-control-center] Not work AD2P in device HV-800 (problem random)

2016-09-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bluez (Ubuntu)
   Status: New => 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/1411487

Title:
  [GNOME gnome-control-center] Not work AD2P in device HV-800 (problem
  random)

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

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


[Bug 1620557] Re: weather.noaa.gov was shut down

2016-09-14 Thread Chris J Arges
Hello Dmitry, or anyone else affected,

Accepted libgweather into xenial-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/libgweather/3.18.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: libgweather (Ubuntu Xenial)
   Status: In Progress => Fix Committed

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

Title:
  weather.noaa.gov was shut down

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

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


[Bug 1620557] Re: weather.noaa.gov was shut down

2016-09-14 Thread Chris J Arges
Hello Dmitry, or anyone else affected,

Accepted libgweather into trusty-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/libgweather/3.10.2-0ubuntu3 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: libgweather (Ubuntu Trusty)
   Status: Triaged => Fix Committed

** Tags added: verification-needed

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

Title:
  weather.noaa.gov was shut down

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

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


[Bug 1529079] Re: Can't start virtual machines with installed systemd-container package on Xenial

2016-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 229-4ubuntu8

---
systemd (229-4ubuntu8) xenial-proposed; urgency=medium

  * Queue loading transient units after setting their properties. Fixes
starting VMs with libvirt. (LP: #1529079)
  * Connect pid1's stdin/out/err fds to /dev/null also for containers. This
fixes generators which expect a valid stdout/err fd in some container
technologies. (LP: #1608953)
  * 73-usb-net-by-mac.rules: Do not run readlink for *every* uevent, and
merely check if /etc/udev/rules.d/80-net-setup-link.rules exists.
A common way to disable an udev rule is to just "touch" it in
/etc/udev/rule.d/ (i. e. empty file), and if the rule is customized we
cannot really predict anyway if the user wants MAC-based USB net names or
not. (LP: #1615021)
  * systemd-networkd-resolvconf-update.service: Also pick up DNS servers from
individual link leases, as they sometimes don't appear in the global
ifstate. (LP: #1620559)

 -- Martin Pitt   Tue, 06 Sep 2016 14:16:29
+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/1529079

Title:
  Can't start virtual machines with installed systemd-container package
  on Xenial

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

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


[Bug 1608953] Re: PostgreSQL does not start in lx-brand container

2016-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 229-4ubuntu8

---
systemd (229-4ubuntu8) xenial-proposed; urgency=medium

  * Queue loading transient units after setting their properties. Fixes
starting VMs with libvirt. (LP: #1529079)
  * Connect pid1's stdin/out/err fds to /dev/null also for containers. This
fixes generators which expect a valid stdout/err fd in some container
technologies. (LP: #1608953)
  * 73-usb-net-by-mac.rules: Do not run readlink for *every* uevent, and
merely check if /etc/udev/rules.d/80-net-setup-link.rules exists.
A common way to disable an udev rule is to just "touch" it in
/etc/udev/rule.d/ (i. e. empty file), and if the rule is customized we
cannot really predict anyway if the user wants MAC-based USB net names or
not. (LP: #1615021)
  * systemd-networkd-resolvconf-update.service: Also pick up DNS servers from
individual link leases, as they sometimes don't appear in the global
ifstate. (LP: #1620559)

 -- Martin Pitt   Tue, 06 Sep 2016 14:16:29
+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/1608953

Title:
  PostgreSQL does not start in lx-brand container

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

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


[Bug 1615021] Re: Unable to network boot Ubuntu 16.04 installer normally on Briggs

2016-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 229-4ubuntu8

---
systemd (229-4ubuntu8) xenial-proposed; urgency=medium

  * Queue loading transient units after setting their properties. Fixes
starting VMs with libvirt. (LP: #1529079)
  * Connect pid1's stdin/out/err fds to /dev/null also for containers. This
fixes generators which expect a valid stdout/err fd in some container
technologies. (LP: #1608953)
  * 73-usb-net-by-mac.rules: Do not run readlink for *every* uevent, and
merely check if /etc/udev/rules.d/80-net-setup-link.rules exists.
A common way to disable an udev rule is to just "touch" it in
/etc/udev/rule.d/ (i. e. empty file), and if the rule is customized we
cannot really predict anyway if the user wants MAC-based USB net names or
not. (LP: #1615021)
  * systemd-networkd-resolvconf-update.service: Also pick up DNS servers from
individual link leases, as they sometimes don't appear in the global
ifstate. (LP: #1620559)

 -- Martin Pitt   Tue, 06 Sep 2016 14:16:29
+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/1615021

Title:
  Unable to network boot Ubuntu 16.04 installer normally on Briggs

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

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


[Bug 1620559] Re: /etc/resolv.conf is empty on snappy

2016-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 229-4ubuntu8

---
systemd (229-4ubuntu8) xenial-proposed; urgency=medium

  * Queue loading transient units after setting their properties. Fixes
starting VMs with libvirt. (LP: #1529079)
  * Connect pid1's stdin/out/err fds to /dev/null also for containers. This
fixes generators which expect a valid stdout/err fd in some container
technologies. (LP: #1608953)
  * 73-usb-net-by-mac.rules: Do not run readlink for *every* uevent, and
merely check if /etc/udev/rules.d/80-net-setup-link.rules exists.
A common way to disable an udev rule is to just "touch" it in
/etc/udev/rule.d/ (i. e. empty file), and if the rule is customized we
cannot really predict anyway if the user wants MAC-based USB net names or
not. (LP: #1615021)
  * systemd-networkd-resolvconf-update.service: Also pick up DNS servers from
individual link leases, as they sometimes don't appear in the global
ifstate. (LP: #1620559)

 -- Martin Pitt   Tue, 06 Sep 2016 14:16:29
+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/1620559

Title:
  /etc/resolv.conf is empty on snappy

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

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


[Bug 1621002] Re: Mediascanner2 test failure on yakkety/{armhf, arm64, ppc64el} with latest dbus-cpp

2016-09-14 Thread Launchpad Bug Tracker
This bug was fixed in the package mediascanner2 -
0.112+16.10.20160909-0ubuntu1

---
mediascanner2 (0.112+16.10.20160909-0ubuntu1) yakkety; urgency=medium

  [ James Henstridge ]
  * When multiple volumes are mounted in quick succession, scan them
serially to avoid reentrancy problems in the initial scan. (LP:
#1489656)
  * Add apparmor-easyprof hardware directories to package so AppArmor
profile can compile when apparmor-easyprof-ubuntu isn't installed.
(LP: #1443693)
  * Disable optimisation when compiling dbus-codec.cc to avoid gcc 6
compilation bug. (LP: #1621002)
  * Replace deprecated use of GetConnectionAppArmorSecurityContext
method with GetConnectionCredentials. (LP: #1489489)

  [ You-Sheng Yang ]
  * Update mediascanner-extractor apparmor profile to cover Android
library locations on 64-bit systems.

 -- James Henstridge   Fri, 09 Sep 2016
13:46:43 +

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

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

Title:
  Mediascanner2 test failure on yakkety/{armhf,arm64,ppc64el} with
  latest dbus-cpp

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

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


[Bug 1623380] Re: gnome-software crashed with SIGSEGV in gs_plugin_loader_get_updates_async()

2016-09-14 Thread Apport retracing service
*** This bug is a duplicate of bug 1551191 ***
https://bugs.launchpad.net/bugs/1551191

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 #1551191, 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/1623380/+attachment/4740664/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1623380/+attachment/4740666/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1623380/+attachment/4740668/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1623380/+attachment/4740669/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1623380/+attachment/4740670/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1623380/+attachment/4740671/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1623380/+attachment/4740672/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1551191
   gnome-software crashed with SIGSEGV in GS_IS_PLUGIN_LOADER()

** 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 gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1623380

Title:
  gnome-software crashed with SIGSEGV in
  gs_plugin_loader_get_updates_async()

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

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