[Bug 1625819] Re: gedit is stuck starting, no window is shown

2016-09-22 Thread Eric Saint-Etienne
`gnome-open somefile.txt` shows the icon in the launcher, blinking.
After some time (aout 30s) the icon goes away and the gedit process is
still running.

Starting gedit in standalone mode doesn't help either: the icon is not
shown in the launcher, and gedit terminates with the following issue:

`Failed to register: Timeout was reached`

I also tried:
- running as root --> `gedit -s` doesn't terminate
- `apt-get remove gedit` then `apt-get install gedit` --> `gedit -s` doesn't 
terminate
- `dpkg-reconfigure gedit` --> `gedit -s` doesn't terminate

`gedit -s` doesn't respond to Ctrl-C which means that the process is
stuck in kernel mode, in some I/O or system call and doesn't return to
user mode. Only the KILL signal will terminate it.

As a result I can attach gdb to the `gedit -s` process but cannot debug it:
```
$ gdb -p 11414
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
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:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word".
Attaching to process 11414
^C^C^C^C^C^C^C^C^C
```

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

Title:
  gedit is stuck starting, no window is shown

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

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


[Bug 1625819] Re: gedit is stuck starting, no window is shown

2016-09-22 Thread Eric Saint-Etienne
Also tried to clear the config With very limited success: rm -rf
~/.config/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/1625819

Title:
  gedit is stuck starting, no window is shown

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

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


[Bug 1626438] [NEW] Keyboard indicator doesn't update after unity8 wizard

2016-09-22 Thread Michał Sawicz
Public bug reported:

Related to bugs #1611859 and #1626435.

Steps:
* connect a BT or a physical keyboard
* wipe or remove ~/.config/ubuntu-system-settings/wizard-has-run* and reboot
* go through the wizard, make sure to select a different layout if you had one 
before

Expected:
* keyboard indicator shows the new layout

Current:
* it shows the old layouts (or none)

The indicator only updates after rebooting or changing the layouts in
the setting app.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: indicator-keyboard 0.0.0+16.04.20160808-0ubuntu1 [origin: 
LP-PPA-ci-train-ppa-service-stable-phone-overlay]
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Sep 22 10:13:19 2016
InstallationDate: Installed on 2016-05-06 (138 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: indicator-keyboard
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: indicator-keyboard (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 indicator-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1626438

Title:
  Keyboard indicator doesn't update after unity8 wizard

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

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


[Bug 1625819] Re: gedit is stuck starting, no window is shown

2016-09-22 Thread Eric Saint-Etienne
Looked at strace: gedit is stuck in `lstat("/mnt/disk",...)` where
/mnt/disk is a NFS share mounted via autofs, the NFS server is on the
LAN.

Activating the VPN suddenly cut the communication with the LAN... and
the NFS server!

As soon as I've disabled the autofs service and unmounted `/mnt/disk`
(with -f to force), gedit window suddenly appeared!

So the problem is identified: when starting, `gedit` lists some mount
points and it can stay stuck.

Would that be possible not to list mount points or at leat do it in a
thread so that it doesn't stay stuck without obvious reason? thanks.

(please don't mark as solved as there still a problem with gedit
stat'ing mount points in an unsafe way)

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

Title:
  gedit is stuck starting, no window is shown

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

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


[Bug 1623126] Re: Application icons don't follow the theme

2016-09-22 Thread Matthias Klumpp
@fcole90: Jup, and AppStream metadata provides the necessary stock icon 
information - but I am not sure if it is complete on Xenial.
Maybe check if this works on 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/1623126

Title:
  Application icons don't follow the theme

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

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


[Bug 1218896] Re: [MIR] location-service

2016-09-22 Thread Sebastien Bacher
The component was demoted in previous cycles and needs to be promoted
back, there is no action needed on the bug but changing to fix-commited
to help with the component mismatch summary of the situation

** Changed in: location-service (Ubuntu)
   Status: Fix Released => 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/1218896

Title:
  [MIR] location-service

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

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


[Bug 1626394] Re: 4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream test)

2016-09-22 Thread Martin Pitt
Talked to Andy on IRC, and dropping these drivers was not intended. I
agree we should keep the most common ones built in, especially for cloud
instances; there it would really be beneficial to drop initrds
completely (see bug 1592684), as they are just bloat there.

** Changed in: systemd (Ubuntu)
   Status: In Progress => Won't Fix

** Changed in: systemd (Ubuntu)
Milestone: ubuntu-16.09 => None

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

Title:
  4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream
  test)

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

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


[Bug 1626466] [NEW] [Yakkety] suspend fail and reboot while resuming

2016-09-22 Thread Yung Shen
Public bug reported:

Using 16.04 daily image: 20160919(downloading date)
With testing package for 4.8 kernel: ppa:canonical-kernel-team/unstable

Suspend by closing lid or setting menu, both randomly(2 out of 3 times)
cause system reboot after suspend.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: systemd 231-6git1
ProcVersionSignature: Ubuntu 4.8.0-14.15-generic 4.8.0-rc7
Uname: Linux 4.8.0-14-generic x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Sep 22 18:07:09 2016
InstallationDate: Installed on 2016-09-22 (0 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160918)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0bda:5682 Realtek Semiconductor Corp. 
 Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp. 
 Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. XPS 13 9350
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-14-generic.efi.signed 
root=UUID=5ce90c47-3ebd-4119-9522-ad3d23f95ce3 ro quiet splash vt.handoff=7
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/14/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.4.4
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.4.4:bd06/14/2016:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9350
dmi.sys.vendor: Dell Inc.

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


** Tags: 201506-18429 amd64 apport-bug nplusone yakkety

** Attachment added: "before-suspend.syslog"
   
https://bugs.launchpad.net/bugs/1626466/+attachment/4746130/+files/before-suspend.syslog

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

Title:
  [Yakkety] suspend fail and reboot while resuming

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

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


[Bug 1626494] [NEW] Some app screenshots wrongly stretched in Ubuntu version of Gnome Software

2016-09-22 Thread Stuart Langridge
Public bug reported:

Looking at Thunar in Gnome Software, the Ubuntu version of GS stretches
the screenshot, making it look ugly. Upstream apparently doesn't do this
and uses grey letterboxing. (See attached screenshots.)

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-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Sep 22 12:02:12 2016
InstallationDate: Installed on 2014-04-07 (899 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: gnome-software
UpgradeStatus: Upgraded to xenial on 2016-08-04 (49 days ago)

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


** Tags: amd64 apport-bug third-party-packages xenial

** Attachment added: "Ubuntu software showing Thunar with stretched screenshot"
   
https://bugs.launchpad.net/bugs/1626494/+attachment/4746161/+files/Screenshot%20from%202016-09-22%2011-00-48.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/1626494

Title:
  Some app screenshots wrongly stretched in Ubuntu version of Gnome
  Software

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

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


[Bug 1626494] Re: Some app screenshots wrongly stretched in Ubuntu version of Gnome Software

2016-09-22 Thread Stuart Langridge
** Attachment added: "Upstream Gnome Software showing letterboxed screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1626494/+attachment/4746166/+files/67FdM8Wid.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/1626494

Title:
  Some app screenshots wrongly stretched in Ubuntu version of Gnome
  Software

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

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


[Bug 1417980] Re: Add support for unified Xorg input driver

2016-09-22 Thread Timo Aaltonen
status on cinnamon

https://github.com/linuxmint/cinnamon-settings-daemon/issues/78

** Also affects: mate-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnome-control-center (Ubuntu Z-series)
   Importance: Undecided
   Status: New

** Also affects: mate-control-center (Ubuntu Z-series)
   Importance: Undecided
   Status: New

** Also affects: unity-control-center (Ubuntu Z-series)
   Importance: Undecided
   Status: New

** Also affects: plasma-desktop (Ubuntu Z-series)
   Importance: Undecided
   Status: New

** Changed in: gnome-control-center (Ubuntu Z-series)
   Status: New => Invalid

** Changed in: plasma-desktop (Ubuntu Z-series)
   Status: New => Invalid

** Changed in: unity-control-center (Ubuntu Yakkety)
   Status: New => Won't Fix

** Changed in: mate-control-center (Ubuntu Yakkety)
   Status: New => Won't Fix

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

** Also affects: unity-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: cinnamon-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: cinnamon-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: cinnamon-control-center (Ubuntu Yakkety)

** No longer affects: cinnamon-settings-daemon (Ubuntu Yakkety)

** No longer affects: gnome-control-center (Ubuntu Z-series)

** No longer affects: mate-control-center (Ubuntu Yakkety)

** No longer affects: unity-settings-daemon (Ubuntu Yakkety)

** No longer affects: unity-control-center (Ubuntu Yakkety)

** No longer affects: gnome-settings-daemon (Ubuntu Yakkety)

** No longer affects: gnome-control-center (Ubuntu Yakkety)

** No longer affects: gnome-settings-daemon (Ubuntu Z-series)

** No longer affects: plasma-desktop (Ubuntu Yakkety)

** No longer affects: plasma-desktop (Ubuntu Z-series)

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

** Bug watch added: github.com/linuxmint/cinnamon-settings-daemon/issues #78
   https://github.com/linuxmint/cinnamon-settings-daemon/issues/78

** Changed in: cinnamon-settings-daemon (Ubuntu Z-series)
   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/1417980

Title:
  Add support for unified Xorg input driver

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

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


[Bug 1417980] Re: Add support for unified Xorg input driver

2016-09-22 Thread Timo Aaltonen
status on mate

https://github.com/mate-desktop/mate-control-center/issues/133

** No longer affects: cinnamon-control-center (Ubuntu Z-series)

** No longer affects: cinnamon-settings-daemon (Ubuntu Z-series)

** No longer affects: mate-control-center (Ubuntu Z-series)

** No longer affects: unity-control-center (Ubuntu Z-series)

** No longer affects: unity-settings-daemon (Ubuntu Z-series)

** Changed in: cinnamon-settings-daemon (Ubuntu)
   Status: New => In Progress

** Bug watch added: github.com/mate-desktop/mate-control-center/issues #133
   https://github.com/mate-desktop/mate-control-center/issues/133

** Changed in: mate-control-center (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/1417980

Title:
  Add support for unified Xorg input driver

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

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


[Bug 1626494] Re: Some app screenshots wrongly stretched in Ubuntu version of Gnome Software

2016-09-22 Thread Launchpad Bug Tracker
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/1626494

Title:
  Some app screenshots wrongly stretched in Ubuntu version of Gnome
  Software

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

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


[Bug 1626135] Re: not create when create schedule to use google account

2016-09-22 Thread Rakugou
Sorry to lack my bug report.
And may too difficut to understand my report because of not goot at English

GNOME Calender press key [Ctrl + N], displayed to create schedule. write 
schedule with google calender(already entried google account to 
[設定]→[オンラインアカウント]), and click [追加] in Japanese, and try to add schedule, can't 
add schedule. In GNOME Calendar, schedule I added is not displayed and confirm 
google calendar in browser. not displayed schedule I added.
But add achedule without google calendar (for example default calendar "個人" 
displayed in Japanese ), can add schedule and displayed gnome calendar.

I think do not sync google calender in GNOME Calender(or have a problem
in "Evolution データサーバー" to access google calendar...).

Please tell me to solve this situation.


In addition, I use Ubuntu 16.04 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/1626135

Title:
  not create when create schedule  to use google account

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

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

[Bug 1621203] Re: evolution/totem/gthumb crashes when run in vnc session

2016-09-22 Thread Christopher Weber
** Summary changed:

- evolution crashes when run in vnc session
+ evolution/totem/gthumb crashes when run in vnc session

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

Title:
  evolution/totem/gthumb crashes when run in vnc session

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

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


[Bug 1488007] Re: Bluetooth doesn't find hc-05 devices

2016-09-22 Thread Birger
The bug is fixed. I can access that device via the UI and via
QtBluetooth since OTA 12. How can I close this bug?

** Changed in: indicator-bluetooth (Ubuntu)
   Status: Confirmed => Fix Released

** Summary changed:

- Bluetooth doesn't find hc-05 devices
+ Bluetooth doesn't find hc-05 devices (update: fixed)

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

Title:
  Bluetooth doesn't find hc-05 devices (update: fixed)

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

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


[Bug 1572260] Re: gvfs-smb-browse hogs CPU after only opening nautilus

2016-09-22 Thread Amr Ibrahim
** Tags removed: verification-failed 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/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


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

2016-09-22 Thread Launchpad Bug Tracker
This bug was fixed in the package libgweather - 3.10.2-0ubuntu3

---
libgweather (3.10.2-0ubuntu3) trusty-proposed; urgency=medium

  * Switch to the new METAR data provider, the previous one was shut down
(update_metar_provider.patch, LP: #1620557).

 -- Dmitry Shachnev   Sat, 10 Sep 2016 17:10:21
+0300

** Changed in: libgweather (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

-- 
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 1572260] Re: gvfs-smb-browse hogs CPU after only opening nautilus

2016-09-22 Thread Amr Ibrahim
** Changed in: gvfs (Ubuntu Xenial)
   Status: Confirmed => 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/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


[Bug 1626627] [NEW] FFe: Build e-d-s with libphonenumber support

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

Debian builds evolution-data-server with libphonenumber support. Ubuntu
doesn't because libphonenumber was in main. Now that libphonenumber is
approved to be in main ( bug 1618178 ), I am requesting permission to
build evolution-data-server with libphonenumber.

** Affects: evolution-data-server (Ubuntu)
 Importance: Wishlist
 Status: New

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

Title:
  FFe: Build e-d-s with libphonenumber support

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

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


[Bug 1625100] Re: systemd test failure with linux 4.8.0-11.12: scsi_debug missing in ppc64el, systemd-tmpfiles crash

2016-09-22 Thread Martin Pitt
This was fixed in -14, scsi_debug is back.

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

Title:
  systemd test failure with linux 4.8.0-11.12: scsi_debug missing in
  ppc64el, systemd-tmpfiles crash

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

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


[Bug 1625100] Re: systemd test failure with linux 4.8.0-11.12: scsi_debug missing in ppc64el, systemd-tmpfiles crash

2016-09-22 Thread Martin Pitt
http://autopkgtest.ubuntu.com/packages/s/systemd/yakkety/ppc64el passed
a few times again, and that tmpfiles crash never reproduced.

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

** Changed in: systemd (Ubuntu)
   Status: Fix Released => 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/1625100

Title:
  systemd test failure with linux 4.8.0-11.12: scsi_debug missing in
  ppc64el, systemd-tmpfiles crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1625100/+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-22 Thread Hans Joachim Desserud
Thanks for resolving this issue :)

Could someone please take a look at bug 1610210 and bug 1621179 which
concerns two other packages which use the same (old) url?

-- 
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 1572260] Re: gvfs-smb-browse hogs CPU after only opening nautilus

2016-09-22 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:4.3.9+dfsg-0ubuntu0.16.04.3

---
samba (2:4.3.9+dfsg-0ubuntu0.16.04.3) xenial; urgency=medium

  * debian/patches/git_smbclient_cpu.patch:
- backport upstream patch to fix smbclient users hanging/eating cpu on
  trying to contact a machine which is not there (lp: #1572260)

 -- Sebastien Bacher   Thu, 11 Aug 2016 10:39:10
+0200

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


[Bug 1572260] Update Released

2016-09-22 Thread Brian Murray
The verification of the Stable Release Update for samba 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/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


[Bug 1626651] Re: brightness keys are handled slower in Yakkety than Xenial

2016-09-22 Thread Colin Ian King
I think this is a systemd/udevd kinda bug isn't it?

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

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

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

Title:
  brightness keys are handled slower in Yakkety than Xenial

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

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


[Bug 1626651] [NEW] brightness keys are handled slower in Yakkety than Xenial

2016-09-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I've noticed on Lenovo X220 and X230 laptops that pressing brightness
keys on Yakkety seems less responsive and slower than Xenial.  I ran
forkstat on Xenial and just observed udev being forked off:

Xenial:
$ sudo forkstat
Time Event  PID  Info  Duration Process
17:37:35 fork273 parent  /lib/systemd/systemd-udevd
17:37:35 fork   1977 child   /lib/systemd/systemd-udevd
17:37:35 exit   1977  00.008 /lib/systemd/systemd-udevd

Whereas on Yakkety, there is far more activity:
Time Event  PID  Info  Duration Process
16:35:34 fork   2626 parent  update-notifier
16:35:34 fork   2645 child   update-notifier
16:35:34 exec   2645 /usr/bin/python3 
/usr/share/apport/apport-checkreports
16:35:34 exit   26452560.221 /usr/bin/python3 
/usr/share/apport/apport-checkreports
16:35:34 fork   2626 parent  update-notifier
16:35:34 fork   2646 child   update-notifier
16:35:34 exec   2646 /usr/bin/python3 
/usr/share/apport/apport-checkreports --system
16:35:34 exit   26462560.188 /usr/bin/python3 
/usr/share/apport/apport-checkreports --system
16:35:36 fork   1576 parent  
/usr/lib/unity-settings-daemon/unity-settings-daemon
16:35:36 fork   2647 child   
/usr/lib/unity-settings-daemon/unity-settings-daemon
16:35:36 exec   2647 
/usr/lib/unity-settings-daemon/usd-backlight-helper --get-max-brightness
16:35:36 exit   2647  00.008 
/usr/lib/unity-settings-daemon/usd-backlight-helper --get-max-brightness
16:35:36 fork   1576 parent  
/usr/lib/unity-settings-daemon/unity-settings-daemon
16:35:36 fork   2648 child   
/usr/lib/unity-settings-daemon/unity-settings-daemon
16:35:36 exec   2648 
/usr/lib/unity-settings-daemon/usd-backlight-helper --get-brightness
16:35:36 exit   2648  00.006 
/usr/lib/unity-settings-daemon/usd-backlight-helper --get-brightness
16:35:36 fork   1576 parent  
/usr/lib/unity-settings-daemon/unity-settings-daemon
16:35:36 fork   2649 child   
/usr/lib/unity-settings-daemon/unity-settings-daemon
16:35:36 exec   2649 
/usr/lib/unity-settings-daemon/usd-backlight-helper --get-brightness
16:35:36 exit   2649  00.007 
/usr/lib/unity-settings-daemon/usd-backlight-helper --get-brightness
16:35:36 fork   1576 parent  
/usr/lib/unity-settings-daemon/unity-settings-daemon
16:35:36 fork   2650 child   
/usr/lib/unity-settings-daemon/unity-settings-daemon
16:35:36 exec   2650 
/usr/lib/unity-settings-daemon/usd-backlight-helper --get-max-brightness
16:35:36 exit   2650  00.006 
/usr/lib/unity-settings-daemon/usd-backlight-helper --get-max-brightness
16:35:36 fork   1576 parent  
/usr/lib/unity-settings-daemon/unity-settings-daemon
16:35:36 fork   2651 child   
/usr/lib/unity-settings-daemon/unity-settings-daemon
16:35:36 exec   2651 pkexec 
/usr/lib/unity-settings-daemon/usd-backlight-helper --set-brightness 2250
16:35:36 clone  2651 parent  pkexec 
/usr/lib/unity-settings-daemon/usd-backlight-helper --set-brightness 2250
16:35:36 clone  2652 thread  pkexec 
/usr/lib/unity-settings-daemon/usd-backlight-helper --set-brightness 2250
16:35:36 clone  2651 parent  pkexec 
/usr/lib/unity-settings-daemon/usd-backlight-helper --set-brightness 2250
16:35:36 clone  2653 thread  pkexec 
/usr/lib/unity-settings-daemon/usd-backlight-helper --set-brightness 2250
16:35:36 fork  1 parent  /sbin/init splash
16:35:36 fork   2654 child   /sbin/init splash
Time Event  PID  Info  Duration Process
16:35:36 fork233 parent  /lib/systemd/systemd-udevd
16:35:36 fork   2655 child   /lib/systemd/systemd-udevd
16:35:36 fork233 parent  /lib/systemd/systemd-udevd
16:35:36 fork   2656 child   /lib/systemd/systemd-udevd
16:35:36 fork233 parent  /lib/systemd/systemd-udevd
16:35:36 fork   2657 child   /lib/systemd/systemd-udevd
16:35:36 fork233 parent  /lib/systemd/systemd-udevd
16:35:36 fork   2658 child   /lib/systemd/systemd-udevd
16:35:36 fork233 parent  /lib/systemd/systemd-udevd
16:35:36 fork   2659 child   /lib/systemd/systemd-udevd
16:35:36 exit   2659  00.005 /lib/systemd/systemd-udevd
16:35:36 exit   2658  00.006 /lib/systemd/systemd-udevd
16:35:36 exit   2657  00.007 /lib/systemd/systemd-udevd
16:35:36 exit   2656  00.008 /lib/systemd/systemd-udevd
16:35:36 exit   2655  00.008 /lib/systemd/systemd-udevd
16:35:36 fork233 parent  /lib/systemd/systemd-udevd
16:35:36 fork   2660 child   /lib/systemd/systemd-udevd
16:35:36 exit   2660  00.001 /lib/systemd/systemd-udevd
16:35:36 fork233 parent  /lib/systemd/systemd-udevd
16:35:36 fork   2661 child   /lib/systemd/syst

[Bug 1606238] Re: gnome-software won't open

2016-09-22 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

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

** Tags added: iso-testing

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

Title:
  gnome-software won't open

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

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


[Bug 1626651] Re: brightness keys are handled slower in Yakkety than Xenial

2016-09-22 Thread Martin Pitt
Changing tasks as this is somewhere between unity-settings-daemon and
polkit.

** Package changed: linux (Ubuntu) => unity-settings-daemon (Ubuntu)

** Changed in: unity-settings-daemon (Ubuntu)
   Status: Incomplete => Triaged

** Package changed: systemd (Ubuntu) => policykit-1 (Ubuntu)

** Changed in: policykit-1 (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  brightness keys are handled slower in Yakkety than Xenial

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

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


[Bug 204202] Re: gnome-terminal ignores current keyboard layout for ctrl+key shortcuts

2016-09-22 Thread Bug Watch Updater
** Changed in: gnome-terminal
   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/204202

Title:
  gnome-terminal ignores current keyboard layout for ctrl+key shortcuts

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

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


[Bug 1385271] Re: Error authenticating some packages

2016-09-22 Thread Claes Wallin
Still getting this when going 14.04->16.04. It complained about my
kernel image package. I upgraded to the latest kernel, removed all older
kernel packages, now it complained about my fresh installed kernel
package.

What does this even mean? What is it authenticating?

Trying the disabling config from the comments above.

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

Title:
  Error authenticating some packages

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

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


[Bug 1626724] Re: Extracting iso changes target directory's permissions

2016-09-22 Thread Launchpad Bug Tracker
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/1626724

Title:
  Extracting iso changes target directory's permissions

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

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


[Bug 1626724] [NEW] Extracting iso changes target directory's permissions

2016-09-22 Thread Byte Commander
Public bug reported:

I have an ISO archive and opened it with file-roller. Then I clicked the
big [Extract] button, selected my Desktop as target directory (options
"Extract: All files" and "Actions: Keep directory structure" checked)
and confirmed. It extracted the files successfully, but also changed the
permissions of the target directory itself (to r-xr-xr-x).

This is not expected and not intended. Actually I could no longer create
or delete files in my Desktop directory after that, until I fixed the
permissions again. I confirmed the behaviour with a different location
as well.

Extracting anything into a location should never modify permissions of
the target location itself!




If you're interested, here's what I did (extracting to ~/Desktop/testdir
; the "Extract" dialog window can be seen at
https://i.stack.imgur.com/rlUvS.png):

$ ls -l Desktop/
total 4
drwxrwxr-x  2 bytecommander bytecommander 4096 Sep 22 21:58 testdir/

$ file-roller test.iso

$ ls -l Desktop/
total 4
dr-xr-xr-x  4 bytecommander bytecommander 4096 Sep 22 16:20 testdir/




System info:

$ lsb_release -rd
Description:Ubuntu 16.04.1 LTS
Release:16.04

$ apt policy file-roller
file-roller:
  Installed: 3.16.5-0ubuntu1.2
  Candidate: 3.16.5-0ubuntu1.2
  Version table:
 *** 3.16.5-0ubuntu1.2 500
500 http://ftp.uni-stuttgart.de/ubuntu xenial-updates/main amd64 
Packages
500 http://ftp.uni-stuttgart.de/ubuntu xenial-security/main amd64 
Packages
100 /var/lib/dpkg/status
 3.16.4-1ubuntu3 500
500 http://ftp.uni-stuttgart.de/ubuntu xenial/main amd64 Packages

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: 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/1626724

Title:
  Extracting iso changes target directory's permissions

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

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


[Bug 1626729] [NEW] Evolution keeps using wrong password instead of asking it again

2016-09-22 Thread giacof
Public bug reported:

I sent an email via SMTP and mistyped the password, so the server
rejected the message. Then I tried to send again the same message.

Expected behavior: a new dialog should have prompted for the correct
password.

What happened instead: Evolution did NOT ask the password again, but
tried to send the message reusing the wrong one! The following popup was
then displayed:

The reported error was "AUTH command failed: ...authentication rejected"

Below the message are three buttons, the last of which is "Retry", but
it keeps using the wrong password

I even tried to exit Evolution and restart it, but it was still
remembering the wrong password instead of asking it!

Package Version: 3.18.5.2
OS: Ubuntu Gnome 16.04.1 LTS

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

Title:
  Evolution keeps using wrong password instead of asking it again

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

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


[Bug 1626732] [NEW] gnome software does not warn on removing packages during install

2016-09-22 Thread liamdawe
Public bug reported:

I accidentally installed a 32bit dev of the "google music desktop
player", this seemed to remove libappindicator and fuck a few things up
(my indicators vanished, google chrome wouldn't load etc).

This software installer is dangerous, it doesn't warn people on
dependencies other apps need being removed or replaced.

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

Title:
  gnome software does not warn on removing packages during install

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

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


[Bug 1626732] Re: gnome software does not warn on removing packages during install

2016-09-22 Thread liamdawe
** Description changed:

- I accidentally installed a 32bit dev of the "google music desktop
+ I accidentally installed a 32bit .deb of the "google music desktop
  player", this seemed to remove libappindicator and fuck a few things up
  (my indicators vanished, google chrome wouldn't load etc).
  
  This software installer is dangerous, it doesn't warn people on
  dependencies other apps need being removed or replaced.

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

Title:
  gnome software does not warn on removing packages during install

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

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


[Bug 191889] amazing adventure

2016-09-22 Thread payo
Hey friend,

We've had an amazing summer adventure this year and I  wanted to share
some photos with you, here, take a look


Sincerely yours, parfaitg

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


[Bug 1623126] Re: Application icons don't follow the theme

2016-09-22 Thread Fabio
No, the same behaviour happens on Yakkety.. I tried it with the Paper
icon theme

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

Title:
  Application icons don't follow the theme

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

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


[Bug 1626394] Re: 4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream test)

2016-09-22 Thread Tim Gardner
** Also affects: linux (Ubuntu Yakkety)
   Importance: Critical
 Assignee: Tim Gardner (timg-tpi)
   Status: Confirmed

** Also affects: systemd (Ubuntu Yakkety)
   Importance: Undecided
 Assignee: Martin Pitt (pitti)
   Status: Won't Fix

** Changed in: linux (Ubuntu Yakkety)
   Status: Confirmed => Fix Committed

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

Title:
  4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream
  test)

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

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


[Bug 1621157] Re: No window handles on non-Unity desktops

2016-09-22 Thread Launchpad Bug Tracker
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/1621157

Title:
  No window handles on non-Unity desktops

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

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


[Bug 1626783] Re: shotwell crashed with SIGSEGV

2016-09-22 Thread Seth Arnold
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 shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1626783

Title:
  shotwell crashed with SIGSEGV

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

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


[Bug 1626494] Re: Some app screenshots wrongly stretched in Ubuntu version of Gnome Software

2016-09-22 Thread Robert Ancell
gnome-software / appstream has picked this URL since it most closely
matches the desired size:

http://appstream.ubuntu.com/media/main/g/gn/gnome-
calculator.desktop/849e24a42d3d86f364e068fc3be7f680/screenshots/624x351/scr-1.png

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

** Changed in: gnome-software (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/1626494

Title:
  Some app screenshots wrongly stretched in Ubuntu version of Gnome
  Software

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

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


[Bug 1626494] Re: Some app screenshots wrongly stretched in Ubuntu version of Gnome Software

2016-09-22 Thread Robert Ancell
I'll pick gnome-calculator as an example since it shows stretched in
both Xenial and Yakkety.

The issue seems to be the appstream generator is making stretched
thumbnails and gnome-software / appstream-glib is choosing these over
the original images. For gnome-calculator (which shows the problem in
both Xenial and Yakkety) the dep11 data [1] gives:

>From 
source-image:
  height: 285
  url: 
g/gn/gnome-calculator.desktop/849e24a42d3d86f364e068fc3be7f680/screenshots/source/scr-1.png
  width: 312
thumbnails:
  - height: 702
url: 
g/gn/gnome-calculator.desktop/849e24a42d3d86f364e068fc3be7f680/screenshots/1248x702/scr-1.png
width: 1248
  - height: 423
url: 
g/gn/gnome-calculator.desktop/849e24a42d3d86f364e068fc3be7f680/screenshots/752x423/scr-1.png
width: 752
  - height: 351
url: 
g/gn/gnome-calculator.desktop/849e24a42d3d86f364e068fc3be7f680/screenshots/624x351/scr-1.png
width: 624
  - height: 63
url: 
g/gn/gnome-calculator.desktop/849e24a42d3d86f364e068fc3be7f680/screenshots/112x63/scr-1.png
width: 112

The large thumbnails are distorted and should not be used/generated.

[1] /var/lib/apt/lists/archive.ubuntu
.com_ubuntu_dists_yakkety_main_dep11_Components-amd64.yml.gz

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

Title:
  Some app screenshots wrongly stretched in Ubuntu version of Gnome
  Software

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

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


[Bug 1626494] Re: Some app screenshots wrongly stretched in Ubuntu version of Gnome Software

2016-09-22 Thread Robert Ancell
** Also affects: appstream-generator (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: appstream-generator (Ubuntu)
   Status: New => Fix Released

** Also affects: appstream-dep11 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: appstream-generator (Ubuntu)
   Importance: Undecided => Medium

** Changed in: appstream-dep11 (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/1626494

Title:
  Some app screenshots wrongly stretched in Ubuntu version of Gnome
  Software

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

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


[Bug 1626494] Re: Some app screenshots wrongly stretched in Ubuntu version of Gnome Software

2016-09-22 Thread Matthias Klumpp
Will never be fixed in appstream-dep11, but is already fixed in 
appstream-generator (or rather, has never been a bug there).
So, as soon as we switch to asgen, this bug should be gone.

** Changed in: appstream-dep11 (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/1626494

Title:
  Some app screenshots wrongly stretched in Ubuntu version of Gnome
  Software

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

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


[Bug 1551191] Re: gnome-software crashed with SIGSEGV in GS_IS_PLUGIN_LOADER()

2016-09-22 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu)
   Status: Fix Committed => 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/1551191

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

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

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


[Bug 1626803] [NEW] Search results show snaps not installed

2016-09-22 Thread Robert Ancell
Public bug reported:

[Impact]
Sometimes when searching for snaps the results may show as not installed when 
they are.

[Test Case]
1. Search in gnome-software (e.g. "moon")
2. Install not the first search result (e.g. "moon-buggy" which is after 
"sl-moon127")
3. Search again

Exepected result:
The installed snap is marked as such

Observed result:
The installed snap is marked as not installed.

[Regression potential]
Low. GNOME Software was stopping checking local snaps on the first result 
(since it is not installed). We now ignore not installed snaps and keep 
checking.

** Affects: gnome-software (Ubuntu)
 Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
 Status: Fix Committed

** Affects: gnome-software (Ubuntu Xenial)
 Importance: Medium
 Status: Triaged

** Affects: gnome-software (Ubuntu Yakkety)
 Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
 Status: Fix Committed

** Also affects: gnome-software (Ubuntu Yakkety)
   Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
   Status: Fix Committed

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

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

** Changed in: gnome-software (Ubuntu Xenial)
   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/1626803

Title:
  Search results show snaps not installed

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

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


[Bug 1574666] Re: Updates tab slow to load due to downloading changelog information

2016-09-22 Thread Robert Ancell
** Also affects: gnome-software (Ubuntu Yakkety)
   Importance: Medium
   Status: Fix Committed

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

** Description changed:

- Changelog information is downloaded from changelogs.ubuntu.com. These
- must all be loaded before the updates tab is populated.
+ [Impact]
+ GNOME Software is slow to show anything when updates are available due to 
downloading Changelog information.
  
- This is slow because:
- - Changelogs are downloaded for non-GUI packages (bug 1554166)
- - Changelogs are downloaded sequentially.
+ [Test Case]
+ 1. Open GNOME Software when you have many updates to make and/or a very slow 
connection to changelogs.ubuntu.com
  
- Downloading in parallel would speed this up significantly.
+ Expected result:
+ The home screen is quickly shown
+ 
+ Observed result:
+ The home screen takes many seconds to show
+ 
+ [Regression potential]
+ Low. We now just download these on demand.

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

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

** Summary changed:

- Updates tab slow to load due to downloading changelog information
+ Slow to start due to downloading changelog information

** Summary changed:

- Slow to start due to downloading changelog information
+ Slow to start when many updates available

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

Title:
  Slow to start when many updates available

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

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


[Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-09-22 Thread Robert Ancell
** Description changed:

- I seared for "wikipedia" and "wikipedia.org" in the Software app and was
- surprised to see all of this in my systemd journal:
+ [Impact]
+ Using the old snapd search API causes messages to be written to the systemd 
log.
  
+ [Test Case]
+ 1. Start GNOME Software
+ 2. Search for some apps (e.g. "moon")
+ 
+ Expected result:
+ Results are shown, no significant logs written to systemd journal.
+ 
+ Observed result:
+ Many logs like this written:
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200
- Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
- Jun 26 18:55:43 snapd[1085]: 2016/06/26 18:55:43.082461 api.go:474: jumping 
to "find" to better support legacy request "/v2/sn
- Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia"
- Jun 26 18:55:39 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=ipedia 3.484227633s 200
- Jun 26 18:55:42 snapd[1085]: 2016/06/26 18:55:41.632050 api.go:474: jumping 
to "find" to better support legacy request "/v2/sn
  
- ProblemType: Bug
- DistroRelease: Ubuntu 16.10
- Package: gnome-software 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1
- ProcVersionSignature: Ubuntu 4.4.0-25.44-generic 4.4.13
- Uname: Linux 4.4.0-25-generic x86_64
- ApportVersion: 2.20.2-0ubuntu1
- Architecture: amd64
- CurrentDesktop: GNOME
- Date: Sun Jun 26 19:19:51 2016
- EcryptfsInUse: Yes
- InstallationDate: Installed on 2016-04-09 (77 days ago)
- InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160408)
- SourcePackage: gnome-software
- UpgradeStatus: No upgrade log present (probably fresh install)
+ [Regression potential]
+ Low. We just use the new request name in snapd.

** Also affects: gnome-software (Ubuntu Yakkety)
   Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
   Status: Fix Committed

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

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

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

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

** Changed in: gnome-software (Ubuntu Yakkety)
   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/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

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

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


[Bug 1564076] Re: Can't launch snaps

2016-09-22 Thread Robert Ancell
** Description changed:

- Clicking the "launch" button from GNOME Software has no effect for
- snaps. This is because snapd doesn't provide any mechanism to determine
- what binaries / .desktop files a snap contains.
+ [Impact]
+ No method of launching snaps from GNOME Software.
+ 
+ [Test Case]
+ 1. Open GNOME Software
+ 2. Search for a snap (e.g. "moon-buggy")
+ 3. Click on snap description
+ 4. Click install
+ 
+ Expected result:
+ Snap is installed and launch button is shown (as for .deb apps)
+ 
+ Observed result:
+ Snap is installed; no launch button shown.
+ 
+ [Regression potential]
+ Low. We now take advantage of new snapd API to make snaps launchable.

** Also affects: gnome-software (Ubuntu Yakkety)
   Importance: High
 Assignee: Robert Ancell (robert-ancell)
   Status: Fix Committed

** Also affects: snapd (Ubuntu Yakkety)
   Importance: High
   Status: Fix Released

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

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

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

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

** No longer affects: snappy

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

Title:
  Can't launch snaps

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

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


[Bug 1573061] Re: gnome-software wants to upgrade held packages

2016-09-22 Thread Robert Ancell
** Also affects: gnome-software (Ubuntu Yakkety)
   Importance: High
 Assignee: Robert Ancell (robert-ancell)
   Status: Fix Committed

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

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

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

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

** Description changed:

- [Steps to Reproduce]
- 
- 1. $ sudo apt-mark hold 
- (substitute name of the package you want held
- 2. GNOME Software should not notify about held package(s) as an available 
update. Maybe it shouldn't list held packages in the Updates page either.
+ [Impact]
+ GNOME Software shows .deb packages marked as held as updatable.
  
- GNOME Software does not actually upgrade held packages but it's
- confusing that it looks like it's going to.
+ [Test Case]
+ 1. Hold a package that is available for update, e.g.
+ $ sudo apt-mark hold gnome-calculator
+ 2. Open GNOME Software
+ 3. Click on Updates tab
  
- Update Manager shows held packages in the update list but they are
- unchecked (and unable to be checked).
+ Expected result:
+ Held package(s) are not shown
  
- [Original Bug Description]
- ==
- I have a held package, and gnome-software keeps popping up the "upgrades are 
available" notification.  Looking at it what it wants to upgrade, there is only 
the held package.  I haven't clicked 'install' to see if it will actually do 
so, but held packages should not be upgraded by gnome-software.
+ Observed result:
+ Held package(s) are shown
  
- ProblemType: Bug
- DistroRelease: Ubuntu 16.04
- Package: gnome-software 3.20.1+git20160419.2.b8d2e40.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: GNOME
- Date: Thu Apr 21 07:10:17 2016
- EcryptfsInUse: Yes
- InstallationDate: Installed on 2015-08-21 (243 days ago)
- InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150819)
- ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
- SourcePackage: gnome-software
- UpgradeStatus: Upgraded to xenial on 2016-02-16 (64 days ago)
+ [Regression potential]
+ Low. We now just check the Apt flag for held packages.

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

[Bug 1574666] Re: Slow to start when many updates available

2016-09-22 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu Yakkety)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

Title:
  Slow to start when many updates available

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

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


[Bug 1626803] Re: Search results show snaps not installed

2016-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/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/1626803

Title:
  Search results show snaps not installed

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

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


[Bug 1574666] Re: Slow to start when many updates available

2016-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/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/1574666

Title:
  Slow to start when many updates available

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

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


[Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/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/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

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

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


[Bug 1573061] Re: gnome-software wants to upgrade held packages

2016-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/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/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


[Bug 1564076] Re: Can't launch snaps

2016-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/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/1564076

Title:
  Can't launch snaps

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

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


[Bug 1626803] Re: Search results show snaps not installed

2016-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-software/ubuntu-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/1626803

Title:
  Search results show snaps not installed

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

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


[Bug 1574666] Re: Slow to start when many updates available

2016-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-software/ubuntu-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/1574666

Title:
  Slow to start when many updates available

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

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


[Bug 1573061] Re: gnome-software wants to upgrade held packages

2016-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-software/ubuntu-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/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


[Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-software/ubuntu-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/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

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

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


[Bug 1564076] Re: Can't launch snaps

2016-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-software/ubuntu-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/1564076

Title:
  Can't launch snaps

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

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


[Bug 1568935] Re: notify-send shows "application has been installed" even when authenticate window is cancelled

2016-09-22 Thread Robert Ancell
Fixed in upstream commit:

commit 8d15294552b1b47888f16222db2cf1c17482faee
Author: Richard Hughes 
Date:   Mon Sep 12 16:50:58 2016 +0100

Only show the external installed notification on success

diff --git a/src/gs-page.c b/src/gs-page.c
index 852b7e3..8cce6e5 100644
--- a/src/gs-page.c
+++ b/src/gs-page.c
@@ -172,7 +172,7 @@ gs_page_app_installed_cb (GObject *source,
}
 
/* only show this if the window is not active */
-   if (gs_app_get_state (helper->app) != AS_APP_STATE_QUEUED_FOR_INSTALL &&
+   if (gs_app_is_installed (helper->app) &&
!gs_shell_is_active (priv->shell))
gs_app_notify_installed (helper->app);


** Also affects: gnome-software (Ubuntu Yakkety)
   Importance: Medium
   Status: Triaged

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

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

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

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

** Changed in: gnome-software (Ubuntu Yakkety)
   Status: Triaged => Fix Committed

** Changed in: gnome-software (Ubuntu Yakkety)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

Title:
  notify-send shows "application has been installed" even when
  authenticate window is cancelled

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

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


[Bug 1616943] Re: Can't auth against U1 in g-s

2016-09-22 Thread Robert Ancell
This is currently blocked on a security review for snapd-glib.

** Description changed:

- Use case:
+ [Impact]
+ Authentication using Ubuntu One credentials to install/remove snaps always  
fails. This is due to a behaviour change in snapd (no longer accepts login 
requests from non-root users). Existing credentials continue to work.
  
- Don't be already authenticated against U1 in g-s.
- Search for nmap
- See the top result is a snap.
- Try and install it
- Get prompted to log in to U1
- Type in your credentials
- Get told "incorrect email or password" even though you are typing in the 
correct info
+ [Test Case]
+ 1. Delete any existing credentials by deleting passwords marked 
"com.ubuntu.UbuntuOne.GnomeSoftware" using Seahorse.
+ 2. Start GNOME Software
+ 3. Search for a snap (e.g. "moon-buggy")
+ 4. Install Snap
+ 5. Enter Ubuntu One credentials when prompted
+ 
+ Expected result:
+ 
+ Observed result:
+ Dialog says "Incorrect email or password".
+ 
+ Expected result:
+ Authentication completes and the snap is installed.
+ 
+ [Regression Potential]
+ The solution is to use a new D-Bus service (snapd-login-service) and new 
library (snapd-glib) to get the Macaroon from snapd. This has some risk of 
introducing new bugs. The change is minimised (other snapd code paths 
unchanged) and the alternative is login to be impossible.

** No longer affects: snapd (Ubuntu)

** No longer affects: snapd (Ubuntu Xenial)

** No longer affects: snapd (Ubuntu Yakkety)

** Changed in: gnome-software (Ubuntu Yakkety)
   Status: Triaged => In Progress

** Changed in: gnome-software (Ubuntu Yakkety)
   Importance: High => Critical

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

Title:
  Can't auth against U1 in g-s

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

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


[Bug 1626820] [NEW] Shows duplicate upgrade notification - existing notification system exists

2016-09-22 Thread Robert Ancell
Public bug reported:

[Impact]
GNOME Software shows a notification when updates are available. This is 
unnecessary as we already have a notification system for updates in Ubuntu.

[Test Case]
1. Start GNOME Software
2. Update system:
$ sudo apt update

Expected result:
If updates are available, the normal Ubuntu notification is shown.

Observed result:
Both the normal notification and one from GNOME Software is shown.

[Regression Potential]
Low. We just stop showing the GNOME Software notification.

** Affects: gnome-software (Ubuntu)
 Importance: Medium
 Status: Triaged

** Affects: gnome-software (Ubuntu Xenial)
 Importance: Medium
 Status: Triaged

** Affects: gnome-software (Ubuntu Yakkety)
 Importance: Medium
 Status: Triaged

** Also affects: gnome-software (Ubuntu Yakkety)
   Importance: Medium
   Status: Triaged

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

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

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

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

Title:
  Shows duplicate upgrade notification - existing notification system
  exists

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

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


[Bug 1605802] Re: Software Center still fails to install third-party .deb packages

2016-09-22 Thread Launchpad Bug Tracker
[Expired for gnome-software (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-software (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Software Center still fails to install third-party .deb packages

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

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


[Bug 622542] Re: Search box should obtain focus at start up

2016-09-22 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/622542

Title:
  Search box should obtain focus at start up

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

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