Re: [Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2016-03-08 Thread Tim
On 09/03/16 16:59, Alberts Muktupāvels wrote:
> Did you upload new nautilus package? When I wrote it it was about patches
> in last uploaded version in xenial. Also it is not only about old
> patches/code, same problem is with new patches/code - mostly it is simple
> g_strcmp0...
No I meant "needs to be fixed", I filed bug 1554878 to track 
XDG_CURRENT_DESKTOP issues, feel free to add any other affected packages to that
bug. I will try and fix/upload nautilus over the weekend.
> That is right thing... GNOME Flashback should work with GNOME components
> not Unity.
OK, Flashback was set to unity, it did not have support for current GNOME 
components
>
>
>> Does flashback have full support now for monitor config, idle monitor,
>> input device settings and other bits that were removed from gnome-
>> settings-daemon since 3.10. You will probably find that many apps will
>>
> Yes at least for monitor config, idle monitor.
ok maybe input settings is a 3.19 thing
>
>> also switch to using CSD's and appmenu's (as a button), rather than
>> traditional menus.
>>
> That is how it should work.
Ok, but its up to the maintainers (Dmitry) to switch it back
>
>
> I guess something like that could be part of glib API...
Yes it would make sense in glib, but not sure where it would live..
>
> P.S. The problem is not only with nautilus. Looks like Ambiance is and will
> be Unity only theme. It not updated to support csd windows. It does not
> work good with mutter, metacity - CSD windows are not resizable, windows
> has problem with rounded corners...
There was meant to be some work on this, not sure if it was ever completed, 
maybe chat to larsu
>

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

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

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

[Bug 1554117] Re: gnome-software search bar duplicates letters while typing

2016-03-08 Thread wereturtle
Thanks for the quick reply.  I completely understand regarding bugs that
are hard to reproduce, being a software developer myself.  I'm running
the 16.04 beta on a VM, and the bug is happening every time I use the
application.  This is the only application that it happens in.  I wonder
if running in a VM has something to do with the frequency at which I am
seeing the issue?

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

Title:
  gnome-software search bar duplicates letters while typing

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

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


[Bug 1554541] Re: Libreoffice has lost its Menues as has the Files Folder on the last update

2016-03-08 Thread Adolfo Jayme
** Package changed: evolution-data-server (Ubuntu) => unity (Ubuntu)

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

Title:
  Libreoffice has lost its Menues as has the Files Folder on the last
  update

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

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


Re: [Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2016-03-08 Thread Alberts Muktupāvels
On Wed, Mar 9, 2016 at 5:16 AM, Tim  wrote:

> The usage of XDG_CURRENT_DESKTOP in nautilus should be fixed. Most of
> the patches predate the standardisation of XDG_CURRENT_DESKTOP which now
> allows for multiple desktop names.
>

Did you upload new nautilus package? When I wrote it it was about patches
in last uploaded version in xenial. Also it is not only about old
patches/code, same problem is with new patches/code - mostly it is simple
g_strcmp0...

As for "GNOME-Flashback:Unity" vs "GNOME-Flashback:GNOME", switching
> would mean going back to gnome-settings-daemon/gnome-control-center.
>

That is right thing... GNOME Flashback should work with GNOME components
not Unity.


> Does flashback have full support now for monitor config, idle monitor,
> input device settings and other bits that were removed from gnome-
> settings-daemon since 3.10. You will probably find that many apps will
>

Yes at least for monitor config, idle monitor.


> also switch to using CSD's and appmenu's (as a button), rather than
> traditional menus.
>

That is how it should work.

On Wed, Mar 9, 2016 at 6:48 AM, Khurshid Alam 
wrote:

> Why don't we use it like gedit? i.e
>
> +static gboolean
> +in_desktop (const gchar *name)
> +{
> +   const gchar *desktop_name_list;
> +   gchar **names;
> +   gboolean in_list = FALSE;
> +   gint i;
> +
> +   desktop_name_list = g_getenv ("XDG_CURRENT_DESKTOP");
> +   if (!desktop_name_list)
> +   return FALSE;
> +
> +   names = g_strsplit (desktop_name_list, ":", -1);
> +   for (i = 0; names[i] && !in_list; i++)
> +   if (strcmp (names[i], name) == 0) {
> +   in_list = TRUE;
> +   break;
> +   }
> +   g_strfreev (names);
> +
> +   return in_list;
> +}
>
> Then we can use : if (in_desktop ("Unity"))
>

I guess something like that could be part of glib API...

And no I don't like going back to GNOME-Flashback:GNOME. Many things
> will be broken. Lots of things need to be patched which we don't want in
> LTS.
>

Be more specific - please give me list of broken things so I can fix
that.


> (BTW, In Ubuntu, we can still reach nautilus preference if we add
> indicator-applet-appmenu to the panel. Although its a personal choice)
>

Not a solution.

--

There was time when GNOME Flashback was really in bad shape upstream, but
things have improved - it definitely is not that good as I would like, but
it should be usable.

Arch has added GNOME Flashback back to community repository with message -
"It became usable with GNOME 3.18". From ubuntu forum:

In my case, I've rebuilt some flashback packages with git codebase and now
> it works almost fine with Gtk+ 3.19.3, Gdm 3.19.2 and much more the
> bleeding-edge codebases...
>
> By the way, now I think we might be able to say good-bye to
> 'unity-related' packages. Actually my flashback could run with
> gnome-settings-daemon and without any indicator packages... But ibus seems
> to tweak a bit more to run automatically when login into flashback though.
>

P.S. The problem is not only with nautilus. Looks like Ambiance is and will
be Unity only theme. It not updated to support csd windows. It does not
work good with mutter, metacity - CSD windows are not resizable, windows
has problem with rounded corners...

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

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

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


[Bug 1552074] Re: gnome-software crashed with SIGSEGV in gtk_stack_set_visible_child_name()

2016-03-08 Thread Jérôme Poulin
Crash by right clicking an icon and asking for details.

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

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

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

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2016-03-08 Thread Khurshid Alam
Why don't we use it like gedit? i.e

+static gboolean
+in_desktop (const gchar *name)
+{
+   const gchar *desktop_name_list;
+   gchar **names;
+   gboolean in_list = FALSE;
+   gint i;
+
+   desktop_name_list = g_getenv ("XDG_CURRENT_DESKTOP");
+   if (!desktop_name_list)
+   return FALSE;
+
+   names = g_strsplit (desktop_name_list, ":", -1);
+   for (i = 0; names[i] && !in_list; i++)
+   if (strcmp (names[i], name) == 0) {
+   in_list = TRUE;
+   break;
+   }
+   g_strfreev (names);
+
+   return in_list;
+}

Then we can use : if (in_desktop ("Unity"))

And no I don't like going back to GNOME-Flashback:GNOME. Many things
will be broken. Lots of things need to be patched which we don't want in
LTS.

(BTW, In Ubuntu, we can still reach nautilus preference if we add
indicator-applet-appmenu to the panel. Although its a personal choice)

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

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

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


[Bug 1554878] [NEW] fix up usage of XDG_CURRENT_DESKTOP

2016-03-08 Thread Tim
Public bug reported:

Since being standardised XDG_CURRENT_DESKTOP supports specifying
multiple Desktop Names seperated by a colon, however many of the patches
in Ubuntu pre-date this change so don't correctly support the current
format in some cases.

These days XDG_CURRENT_DESKTOP will look something like
Unity
GNOME (gnome-shell)
GNOME-Classic:GNOME (gnome-shell classic mode)
GNOME-Flashback:Unity (Flashback sesison, although upstream and debian use 
GNOME-Flashack:GNOME for this)

Many of the patches only check for == "Unity" or == "GNOME", so
misbehave for the latter cases in the list above.

I suspect this will be more widespread than just nautilus, but fixing
that would be a good start. Since most of this code is still Ubuntu
specific (upstream mainly use XDG_CURRENT_DESKTOP for onlyShowIn etc),
probably taking the last value in the string would get the desired
result of Unity vs GNOME3 behaviour

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
Uname: Linux 4.4.0-8-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Mar  9 15:04:36 2016
SourcePackage: nautilus
UpgradeStatus: Upgraded to xenial on 2015-11-28 (102 days ago)

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


** Tags: amd64 apport-bug xenial

** Description changed:

  Since being standardised XDG_CURRENT_DESKTOP supports specifying
  multiple Desktop Names seperated by a colon, however many of the patches
  in Ubuntu pre-date this change so don't correctly support the current
- format in some case.
+ format in some cases.
  
- Now a days XDG_CURRENT_DESKTOP will look like 
+ These days XDG_CURRENT_DESKTOP will look something like
  Unity
  GNOME (gnome-shell)
  GNOME-Classic:GNOME (gnome-shell classic mode)
  GNOME-Flashback:Unity (Flashback sesison, although upstream and debian use 
GNOME-Flashack:GNOME for this)
  
  Many of the patches only check for == "Unity" or == "GNOME", so
  misbehave for the latter cases in the list above.
  
  I suspect this will be more widespread than just nautilus, but fixing
  that would be a good start. Since most of this code is still Ubuntu
  specific (upstream mainly use XDG_CURRENT_DESKTOP for onlyShowIn etc),
  probably taking the last value in the string would get the desired
  result of Unity vs GNOME3 behaviour
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
  Uname: Linux 4.4.0-8-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Mar  9 15:04:36 2016
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to xenial on 2015-11-28 (102 days ago)

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

Title:
  fix up usage of XDG_CURRENT_DESKTOP

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

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2016-03-08 Thread Tim
The usage of XDG_CURRENT_DESKTOP in nautilus should be fixed. Most of
the patches predate the standardisation of XDG_CURRENT_DESKTOP which now
allows for multiple desktop names.

As for "GNOME-Flashback:Unity" vs "GNOME-Flashback:GNOME", switching
would mean going back to gnome-settings-daemon/gnome-control-center.
Does flashback have full support now for monitor config, idle monitor,
input device settings and other bits that were removed from gnome-
settings-daemon since 3.10. You will probably find that many apps will
also switch to using CSD's and appmenu's (as a button), rather than
traditional menus.

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

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

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


[Bug 1554861] [NEW] Systemd crashes with a simple set of target units

2016-03-08 Thread Jeremy L
Public bug reported:

We are seeing systemd on the Ubuntu 16.04 crash when starting a very
basic collection of service units. The crash appears in the logs as
follows:

  systemd[1]: Assertion '*v' failed at ../src/core/timer.c:337, function 
add_random(). Aborting.
  systemd[1]: Caught , dumped core as pid 2284.
  systemd[1]: Freezing execution.

This appears to be related to the upstream systemd issue #2632:
https://github.com/systemd/systemd/issues/2632

We can reproduce this bug readily using the attached crashme.sh script.
This bug was verified in the Ubuntu 16.04 daily build 20160308.1.

root@ubuntu-xenial:~# lsb_release -rd
Description:Ubuntu Xenial Xerus (development branch)
Release:16.04

root@ubuntu-xenial:~# apt-cache policy systemd
systemd:
  Installed: 229-2ubuntu1
  Candidate: 229-2ubuntu1
  Version table:
 *** 229-2ubuntu1 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status

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

** Attachment added: "crashme.sh"
   https://bugs.launchpad.net/bugs/1554861/+attachment/4593320/+files/crashme.sh

** Description changed:

  We are seeing systemd on the Ubuntu 16.04 crash when starting a very
  basic collection of service units. The crash appears in the logs as
  follows:
  
- Mar 02 02:24:27 dcos-master-01234567-0 systemd[1]: Assertion '*v' 
failed at ../src/core/timer.c:337, function add_random(). Aborting.
- Mar 02 02:24:28 dcos-master-01234567-0 systemd[1]: Caught , 
dumped core as pid 2284.
- Mar 02 02:24:28 dcos-master-01234567-0 systemd[1]: Freezing execution.
+   systemd[1]: Assertion '*v' failed at ../src/core/timer.c:337, function 
add_random(). Aborting.
+   systemd[1]: Caught , dumped core as pid 2284.
+   systemd[1]: Freezing execution.
  
  This appears to be related to the upstream systemd issue #2632:
  https://github.com/systemd/systemd/issues/2632
  
  We can reproduce this bug readily using the attached crashme.sh script.
  This bug was verified in the Ubuntu 16.04 daily build 20160308.1.
  
  root@ubuntu-xenial:~# lsb_release -rd
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  
  root@ubuntu-xenial:~# apt-cache policy systemd
  systemd:
-   Installed: 229-2ubuntu1
-   Candidate: 229-2ubuntu1
-   Version table:
-  *** 229-2ubuntu1 500
- 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 229-2ubuntu1
+   Candidate: 229-2ubuntu1
+   Version table:
+  *** 229-2ubuntu1 500
+ 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
+ 100 /var/lib/dpkg/status

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

Title:
  Systemd crashes with a simple set of target units

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

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

[Bug 1554771] Re: gnome-calendar crashed with SIGSEGV

2016-03-08 Thread Tim
** Information type changed from Private to Public

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

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

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

Title:
  gnome-calendar crashed with SIGSEGV

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

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


[Bug 1552074] Re: gnome-software crashed with SIGSEGV in gtk_stack_set_visible_child_name()

2016-03-08 Thread Rifester
Crashed while updating via terminal with Firefox open.

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

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

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

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


[Bug 1554823] [NEW] Impossible to sync Yahoo calendars

2016-03-08 Thread generalnie
Public bug reported:

This is my first attempt to report something, so probably I'm doing
something wrong, but have to start from somewhere...

There is no way of using Yahoo calendars in gnome-calendar. It's
impossible to add, even through Evolution, as it's using wrong URL I
assume. The correct URL should be
https://caldav.calendar.yahoo.com/dav/YOUR_USERNAME/Calendar/YOUR_CALENDARNAME,
working with Lightning/Thunderbird.

1)Ubuntu 16.04
2)gnome-calendar 3.19.91-0ubuntu2
3)Expect to be able to add Yahoo calendar to Gnome calendar
4)It's not possible to add Yahoo calendar

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

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

Title:
  Impossible to sync Yahoo calendars

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

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


[Bug 1554167] Re: the changelog formatting code isn't adapted to the content

2016-03-08 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  the changelog formatting code isn't adapted to the content

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

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


[Bug 1554795] Re: timeout on restart or shutdown with LUKS root

2016-03-08 Thread Mason Loring Bliss
** Also affects: initramfs-tools (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/1554795

Title:
  timeout on restart or shutdown with LUKS root

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

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


[Bug 1554795] [NEW] timeout on restart or shutdown with LUKS root

2016-03-08 Thread Mason Loring Bliss
Public bug reported:

Using the server install ISO, it's possible to specify root on LUKS and
variations thereof - for instance, root on LUKS on MD-RAID, root on LVM
on LUKS on MD-RAID, and so forth. The installer does the right thing and
initramfs-tools does everything necessary to support booting this sort
of thing.

However, systemd gives a 90-second timeout on restart or shutdown,
presumably because it cannot dispose of the things beneath root.

It's wholly unclear to me where the 90-second timeout is specified,
should I wish to shorten it to reboot without the futile delay, but more
to the point, there seems to be infrastructure for handling this kind of
situation that doesn't exist in Ubuntu at present.

I was pointed at this:

https://www.freedesktop.org/wiki/Software/systemd/InitrdInterface/

However, Ubuntu seems not to have anything in its initramfs-tools to
facilitate "shutdown-initrd" functionality.

I haven't tested this, but I suspect this problem will exist for folks
running root on MD-RAID without the LUKS as well. Either way, a
relatively common vanilla install will force 90-second timeouts on
users, which is unfortunate.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: systemd 229-2ubuntu1 [modified: 
usr/share/dbus-1/system-services/org.freedesktop.systemd1.service]
ProcVersionSignature: Ubuntu 4.4.0-11.26-generic 4.4.4
Uname: Linux 4.4.0-11-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl nvidia_uvm 
nvidia_modeset nvidia
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Tue Mar  8 18:06:45 2016
InstallationDate: Installed on 2016-02-24 (13 days ago)
InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160219)
Lsusb:
 Bus 002 Device 002: ID 1058:0820 Western Digital Technologies, Inc. My 
Passport Ultra (WDBMWV, WDBZFP)
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 046d:c408 Logitech, Inc. Marble Mouse (4-button)
 Bus 001 Device 002: ID 046d:c318 Logitech, Inc. Illuminated Keyboard
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
ProcEnviron:
 TERM=xterm-color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-11-generic.efi.signed 
root=/dev/mapper/hostname-root ro net.ifnames=0 biosdevname=0
SourcePackage: systemd
SystemdDelta:
 [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
 [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
 
 2 overridden configuration files found.
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/04/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F1
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: X150M-PRO ECC-CF
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF1:bd12/04/2015:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnX150M-PROECC-CF:rvrx.x:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


** Tags: amd64 apport-bug xenial

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

Title:
  timeout on restart or shutdown with LUKS root

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

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

[Bug 1315442] Re: Extra "fi" in /etc/init.d/gdm

2016-03-08 Thread Tim
tested gdm from proposed on up to date trusty, and gdm starts as
expected with starting with "/etc/init.d/gdm start"

** Tags removed: removal-candidate verification-needed
** Tags added: verification-done

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

Title:
  Extra "fi" in /etc/init.d/gdm

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

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


[Bug 1553156] Re: evince not listed

2016-03-08 Thread Launchpad Bug Tracker
This bug was fixed in the package evince - 3.18.2-1ubuntu4

---
evince (3.18.2-1ubuntu4) xenial; urgency=medium

  * debian/control:
- Set breaks/replaces for .desktop file moves
  * debian/evince.install:
  * debian/evince-common.install:
- Move .desktop files from -common to the main binary (LP: #1553156)
- Remove reference to obsolete evince-gtk.desktop

 -- Robert Ancell   Tue, 08 Mar 2016
21:40:27 +1300

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

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

Title:
  evince not listed

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

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


[Bug 1510484] Re: Cpufreq applet using lots of memory

2016-03-08 Thread eBin
Memory usage grow when "Ondemand" mode is selected (while changing
frequency?).

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

Title:
  Cpufreq applet using lots of memory

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

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


[Bug 1551283] Re: ibus/im-config in Ubuntu GNOME

2016-03-08 Thread Alkis Georgopoulos
> ... I'll try to raise the issue in Debian's im-config, ... I will ask
that ibus isn't running in locales where it's not needed...

I installed Debian Stretch with the Gnome desktop environment and neither 
im-config nor ibus were installed by default there.
So I cannot report it in Debian, as it does make sense that if someone manually 
installs ibus, he'd want to have it running by default.

The problem is Ubuntu-specific, that people that don't need ibus have it
installed by default and running anyway.

Nevertheless, since ibus isn't running under gnome-flashback in non-cjkv 
locales, I'm not affected by that, so I can't complain.
Thanks again Gunnar, much appreciated! :)

About the "XDG_CURRENT_DESKTOP=Unity" part in gnome-flashback, it's caused by
unity-control-center/shell/control-center.c:
  g_setenv ("XDG_CURRENT_DESKTOP", "Unity", TRUE);

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

Title:
  ibus/im-config in Ubuntu GNOME

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

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2016-03-08 Thread Alberts Muktupāvels
In normal GNOME session preferences is available in appmenu, no? in
GNOME by default that menu is displayed in top panel, but it is possible
to change that so this appmenu is displayed by nautilus. At least it was
possible in nautilus 3.18 and is still possible in nautilus 3.20.

GNOME Flashback 3.18 has workarounds module that changes
Gtk/ShellShowsAppMenu to false. Check System Monitor - there is appmenu
button and under that has preferences. Nautilus 3.18 had that too...

If ubuntu will continue to use "GNOME-Flashback:Unity" then for example 
0002-Only-use-a-header-bar-in-GNOME-shell.patch must be fixed. It detects 
GNOME-Flashback as GNOME Shell session:
desktop = g_getenv ("XDG_CURRENT_DESKTOP");
if (desktop && strstr (desktop, "GNOME"))

Then restore-traditional-menu-bar.patch also looks wrong. nautilus-app-
menu.ui (Where Preferences is available) is only used when shell shows
app menu and shel does not show menubar. I think it should be used also
when shell shows app menu is false as it indicate that application
should show app menu in window...

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

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

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


[Bug 1546628] Re: Add sideloading .deb support?

2016-03-08 Thread William Hua
*** This bug is a duplicate of bug 1551707 ***
https://bugs.launchpad.net/bugs/1551707

** This bug has been marked a duplicate of bug 1551707
   Installing local debs gives an error dialog

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

Title:
  Add sideloading .deb support?

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

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


[Bug 1554604] Re: get a GPS fix before the human has to wait for the phone

2016-03-08 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Thomas Voß (thomas-voss)

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

Title:
  get a GPS fix before the human has to wait for the phone

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

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

[Bug 1554754] [NEW] package libgtk-3-common 3.10.8-0ubuntu1.4 failed to install/upgrade: package libgtk-3-common is not ready for configuration cannot configure (current status `half-installed')

2016-03-08 Thread Gigi D'Agostino
Public bug reported:

i dont know why it happened :(

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libgtk-3-common 3.10.8-0ubuntu1.4
ProcVersionSignature: Ubuntu 3.16.0-62.83~14.04.1-generic 3.16.7-ckt23
Uname: Linux 3.16.0-62-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Tue Mar  8 22:00:46 2016
DuplicateSignature: package:libgtk-3-common:3.10.8-0ubuntu1.4:package 
libgtk-3-common is not ready for configuration  cannot configure (current 
status `half-installed')
ErrorMessage: package libgtk-3-common is not ready for configuration  cannot 
configure (current status `half-installed')
InstallationDate: Installed on 2015-04-06 (337 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: gtk+3.0
Title: package libgtk-3-common 3.10.8-0ubuntu1.4 failed to install/upgrade: 
package libgtk-3-common is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package libgtk-3-common 3.10.8-0ubuntu1.4 failed to install/upgrade:
  package libgtk-3-common is not ready for configuration  cannot
  configure (current status `half-installed')

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

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


[Bug 1554167] Re: the changelog formatting code isn't adapted to the content

2016-03-08 Thread Sebastien Bacher
the changes include
- not listing the changelog details in the update list, but just the package 
description/names
- displaying the changelogs with their original format in the details dialog
- don't add extra new lines

** Patch added: "suggested update change"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1554167/+attachment/4593173/+files/descriptions.patch

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

Title:
  the changelog formatting code isn't adapted to the content

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

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


[Bug 1554735] Re: gnome-software crashed with SIGSEGV in gtk_stack_set_visible_child_name()

2016-03-08 Thread Apport retracing service
*** This bug is a duplicate of bug 1552074 ***
https://bugs.launchpad.net/bugs/1552074

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 #1552074, 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/1554735/+attachment/4593139/+files/CoreDump.gz

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

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

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

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

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

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

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

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

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

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

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


[Bug 1546649] Re: Pops up update dialog

2016-03-08 Thread William Hua
** Changed in: gnome-software (Ubuntu)
 Assignee: (unassigned) => William Hua (attente)

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

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

Title:
  Pops up update dialog

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

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


[Bug 830348] Re: desktop contents briefly visible on resume from suspend before lock dialog

2016-03-08 Thread Maximilian
*** This bug is a duplicate of bug 1280300 ***
https://bugs.launchpad.net/bugs/1280300

Same here, Lenovo T450s and Ubuntu 15.10. , org.gnome.desktop.screensaver 
ubuntu-lock-on-suspend is true.
The screen content is visible for multiple seconds after a resume.
As a work around I can manually lock the screen before hibernating.

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

Title:
  desktop contents briefly visible on resume from suspend before lock
  dialog

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

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2016-03-08 Thread Erick Brunzell
@ Tim Lunn, there is another nautilus bug that affects both gnome-shell
and gnome-flashback, bug #1554171.

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

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

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2016-03-08 Thread Erick Brunzell
Since in a normal GNOME session you access "preferences" and some other
things by right-clicking on the nautilus tab in the top bar when
nautilus is open, how would that be accessible in gnome-flashback?

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

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

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


[Bug 1539289] Re: Divisory line at the top partly disappears in certain cases

2016-03-08 Thread Nikita Yerenkov-Scott
The bug I filed upstream has been marked as a duplicate of this one:
https://bugzilla.gnome.org/show_bug.cgi?id=761124 And the good news is
that the bug has already been fixed upstream in the unstable development
version.

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

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

Title:
  Divisory line at the top partly disappears in certain cases

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

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


[Bug 1551283] Re: ibus/im-config in Ubuntu GNOME

2016-03-08 Thread Gunnar Hjalmarsson
I did some testing with the latest packages in the PPA.

On Ubuntu GNOME it worked as expected. Whether the display language is
English or Japanese, im-config starts IBus and sets ibus in the
variables, and I can type Japanese. gnome-language-selector behaves in
consistency with im-config.

On GNOME Flashback im-config seems to work as expected. When the display
language is English, im-config does not start IBus or change any
variables. When I start gnome-language-selector from the terminal, it
behaves in consistency with im-config.

However...

When I start gnome-language-selector from System Settings in GNOME
Flashback, gnome-language-selector thinks that the applicable system
default is "auto". Hence it shows that IBus is the selected IM
framework, and creates a ~/.xinputrc file stating ibus. The reason
proved to be that while XDG_CURRENT_DESKTOP has the value "GNOME-
Flashback:Unity" in the terminal, XDG_CURRENT_DESKTOP has the value
"Unity" when gnome-language-selector is started from the graphical
environment. This undesired behavior is not due to the proposed changes
in language-selector, but it's apparently there also with the current
version.

My view right now is that at least these two issues should be further
dealt with in separate bug reports:

* The incorrect XDG_CURRENT_DESKTOP value in the graphical environment
of GNOME Flashback. (Dmitry?)

* The failure (first time) to change the display language from Region &
Language in Ubuntu GNOME. (Tim, if you can reproduce that problem,
please feel free to subscribe me to a bug report. Considering that it
worked after the language had been changed once using gnome-language-
selector, the required change should reasonably not be very extensive.)

Since those pending issues won't likely result in any further changes to
im-config or language-selector, personally I think the proposed packages
in the PPA should go to the xenial archive now. Let me know.

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

Title:
  ibus/im-config in Ubuntu GNOME

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

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


[Bug 1552150] Re: Gnome Software center crashes on startup when LIM (Local Integrated Menus) is enabled

2016-03-08 Thread William Hua
** Changed in: gnome-software (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  Gnome Software center crashes on startup when LIM (Local Integrated
  Menus) is enabled

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

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2016-03-08 Thread Alberts Muktupāvels
GNOME Flashback in Ubuntu has "GNOME-Flashback:Unity" as
XDG_CURRENT_DESKTOP so most likely it should use Unity settings, but
nautilus has at least few patches that tries to detect Unity
incorrectly... git_multiple_desktop_names.patch is only patch that
correctly detects Unity.

It is time to switch back to GNOME-Flashback:GNOME...

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

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

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


[Bug 1554171] Re: Opening nautilus's location options menu causes excessive cpu & nautilus hang/slowdown

2016-03-08 Thread Alberts Muktupāvels
** Package changed: gnome-flashback (Ubuntu) => nautilus (Ubuntu)

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

Title:
  Opening nautilus's location options menu causes excessive cpu &
  nautilus hang/slowdown

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

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


[Bug 1554171] [NEW] Opening nautilus's location options menu causes excessive cpu & nautilus hang/slowdown

2016-03-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Test case:
open nautilus, click on the location options icon to expose menu (icon on far 
right of nautilus toolbar), close menu
What happens: nautilus cpu use gets excessive, nautilus is unresponsive for a 
bit.
What should happen: nothing as only exposing & closing menu

Test case 2: same as above but actually pick something from menu 
What happens: again nautilus cpu use gets pegged, action takes some time to 
complete or completes with poor behaviour like the open terminal option

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-session-flashback 1:3.18.2-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
Uname: Linux 4.4.0-10-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Mar  7 13:26:27 2016
InstallationDate: Installed on 2016-02-06 (29 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160205)
PackageArchitecture: all
SourcePackage: gnome-flashback
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug gnome-panel third-party-packages ubuntu-gnome xenial
-- 
Opening nautilus's location options menu causes excessive cpu & nautilus 
hang/slowdown
https://bugs.launchpad.net/bugs/1554171
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to nautilus in Ubuntu.

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


[Bug 1315442] [gdm/trusty] verification still needed

2016-03-08 Thread Ubuntu Foundations Team Bug Bot
The fix for this bug has been awaiting testing feedback in the -proposed
repository for trusty for more than 90 days.  Please test this fix and
update the bug appropriately with the results.  In the event that the
fix for this bug is still not verified 15 days from now, the package
will be removed from the -proposed repository.

** Tags added: removal-candidate

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

Title:
  Extra "fi" in /etc/init.d/gdm

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

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


[Bug 1552150] Re: Gnome Software center crashes on startup when LIM (Local Integrated Menus) is enabled

2016-03-08 Thread William Hua
** Changed in: gnome-software (Ubuntu)
 Assignee: (unassigned) => William Hua (attente)

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

Title:
  Gnome Software center crashes on startup when LIM (Local Integrated
  Menus) is enabled

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

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


[Bug 1552958] Re: gnome-software crashed with SIGSEGV in g_menu_model_get_n_items()

2016-03-08 Thread William Hua
*** This bug is a duplicate of bug 1552150 ***
https://bugs.launchpad.net/bugs/1552150

** This bug is no longer a duplicate of bug 1552918
   
/usr/bin/gnome-software:11:g_menu_model_get_n_items:gtk_application_window_update_shell_shows_app_menu:gtk_application_window_real_realize:_g_closure_invoke_va:g_signal_emit_valist
** This bug has been marked a duplicate of bug 1552150
   Gnome Software center crashes on startup when LIM (Local Integrated Menus) 
is enabled

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

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

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

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


[Bug 1552918] Re: /usr/bin/gnome-software:11:g_menu_model_get_n_items:gtk_application_window_update_shell_shows_app_menu:gtk_application_window_real_realize:_g_closure_invoke_va:g_signal_emit_valist

2016-03-08 Thread William Hua
*** This bug is a duplicate of bug 1552150 ***
https://bugs.launchpad.net/bugs/1552150

** Changed in: gnome-software (Ubuntu)
 Assignee: (unassigned) => William Hua (attente)

** This bug has been marked a duplicate of bug 1552150
   Gnome Software center crashes on startup when LIM (Local Integrated Menus) 
is enabled

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

Title:
  /usr/bin/gnome-
  
software:11:g_menu_model_get_n_items:gtk_application_window_update_shell_shows_app_menu:gtk_application_window_real_realize:_g_closure_invoke_va:g_signal_emit_valist

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

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


[Bug 1554604] Re: get a GPS fix before the human has to wait for the phone

2016-03-08 Thread Michał Sawicz
** Package changed: unity8 (Ubuntu) => location-service (Ubuntu)

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  get a GPS fix before the human has to wait for the phone

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

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


[Bug 1554604] [NEW] get a GPS fix before the human has to wait for the phone

2016-03-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

for battery efficiency the GPS is in a power saving mode when the phone is off, 
if the user unlocks the phone and turns the screen on there are various 
activities they might want to do that require a location fix, for example 
taking a photograph or visting a web page that requests the location.
Apps may be able to look at the timestamp of the location provided and request 
an update if it is too old, but this will result in the user waiting for the 
phone.
At the point of unlocking the screen the phone should start getting a fix, 
anticipating any location aware activity happening.

** Affects: location-service (Ubuntu)
 Importance: Undecided
 Status: New

-- 
get a GPS fix before the human has to wait for the phone
https://bugs.launchpad.net/bugs/1554604
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to location-service in Ubuntu.

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


Re: [Bug 1445595] Re: Empty trash from Launcher results in Nautilus window opening

2016-03-08 Thread Treviño
2016-03-08 5:32 GMT+01:00 Daniel Rodriguez :
> Fresh install Ubuntu 15.10 - still happening.. Assume only fixed in
> 16.04 correct?

Yep.

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

Title:
  Empty trash from Launcher results in Nautilus window opening

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

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


[Bug 1554662] [NEW] First client to invoke Xorg via systemd socket activation gets stuck

2016-03-08 Thread Laércio de Sousa
Public bug reported:

Briefly: if one has a pair of systemd .socket/.service unit files to
start Xorg via socket activation, the first X11 client which triggers
this socket activation gets stuck (waits forever) , although Xorg starts
properly. A second X11 client will then work as expected. For more
details, see these upstream bug reports:

https://bugs.freedesktop.org/show_bug.cgi?id=93072

https://github.com/systemd/systemd/issues/2765

I've tested Xorg socket activation in Ubuntu 15.10 and 16.04 beta1, as
well as openSUSE Leap 42.1 and Tumbleweed. Both Ubuntu releases are
affected by this bug, but both openSUSE releases are immune to it. Thus
I presume this is a Debian/Ubuntu specific issue.

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

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

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

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

Title:
  First client to invoke Xorg via systemd socket activation gets stuck

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

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


[Bug 772709] Re: Network Manager Icon Is not changin when VPN is connected (nm-device-wired-secure icon is missing)

2016-03-08 Thread Hugh Buntu
It may not be the same bug, but this problem persists in 15.10 for "wired 
connections" (lock icon appears OK for WiFi connections).
My navigating to the VPN Connections sub-menu, you can visually verify if the 
connection is encrypted by observing if a configuration is highlighted.

The vulnerability that commenter Forest (Foresto) referred to is still
present for users with a line connection.

Yours Truly,

Hugh Buntu

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

Title:
  Network Manager Icon Is not changin when VPN is connected (nm-device-
  wired-secure icon is missing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-icon-theme/+bug/772709/+subscriptions

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


[Bug 1551776] Re: Calendar: high cpu usage while open

2016-03-08 Thread Amr Ibrahim
This is fixed here https://git.gnome.org/browse/gnome-
calendar/commit/?id=ee9bb96

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

Title:
  Calendar: high cpu usage while open

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

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


[Bug 1241101]

2016-03-08 Thread Marc-andre-laperle
The issue is fixed in Ubuntu >= 14.10. I proposed a patch to back-port
the fix to 14.04, see https://bugs.launchpad.net/ubuntu/+source/unity-
gtk-module/+bug/1427866/comments/5

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

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

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

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


[Bug 1495828] Re: xchat-gnome crashed with SIGFPE in gtk_xtext_check_ent_visibility()

2016-03-08 Thread Launchpad Bug Tracker
This bug was fixed in the package xchat-gnome -
1:0.30.0~git20141005.816798-0ubuntu8

---
xchat-gnome (1:0.30.0~git20141005.816798-0ubuntu8) xenial; urgency=medium

  * debian/patches/xtext_widget_segfault.patch:
- don't try to get value from a widget not realized yet, fixes a
  segfault on start, thanks Xavier Claessens (lp: #1495828)

 -- Sebastien Bacher   Tue, 08 Mar 2016 16:08:19
+0100

** Changed in: xchat-gnome (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  xchat-gnome crashed with SIGFPE in gtk_xtext_check_ent_visibility()

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

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


[Bug 1554023] Re: Perform an apt update if there is no appstream available

2016-03-08 Thread William Hua
** Changed in: gnome-software (Ubuntu)
 Assignee: (unassigned) => William Hua (attente)

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

Title:
  Perform an apt update if there is no appstream available

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

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


[Bug 1554580] [NEW] Factor out geoip

2016-03-08 Thread Pat McGowan
Public bug reported:

I think we should factor out geoip-based lookups returning lat/lon to
the location service. That leaves us with the geocoding/reverse
geocoding task, though.

** Affects: location-service (Ubuntu)
 Importance: Undecided
 Assignee: Thomas Voß (thomas-voss)
 Status: New

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

Title:
  Factor out geoip

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

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

[Bug 1551686] Re: browser leaks old location data to web pages

2016-03-08 Thread David Barth
To summarize the analysis and the plan forward, we have identified a
series of fixes and improvements to various parts of the stack:

Oxide: the ubuntu-specific provider code or related logic could filter
out obvious bogus values returned by the location-service which do not
meet the maximumAge filter

Location-service: the service API could be extended to support a
maximumAge filter parameter

Location-service: in the absence of a maximumAge parameter, the accuracy
could be reduced depending on the cached location age; that would help
app decide whether to ask for a better location if needed.

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

Title:
  browser leaks old location data to web pages

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

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


[Bug 1495828] Re: xchat-gnome crashed with SIGFPE in gtk_xtext_check_ent_visibility()

2016-03-08 Thread Sebastien Bacher
Thanks Xavier, I uploaded to 15.10 and xenial. Would be nice if you
could forward the patch upstream in case somebody is picking the project
up/wants to review it

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

** Description changed:

+ * Impact
+ xchat-gnome sometime segfaults on start
+ 
+ * Test case
+ no easy way to trigger the issue so just make sure that xchat-gnome starts 
without issue
+ 
+ * Regression potential
+ the change only returns when widgets are not ready yet, shouldn't create any 
issue
+ 
+ -
+ 
  No idea what happened.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: xchat-gnome 1:0.30.0~git20141005.816798-0ubuntu6
  ProcVersionSignature: Ubuntu 4.2.0-7.7-generic 4.2.0
  Uname: Linux 4.2.0-7-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Tue Sep 15 09:09:35 2015
  ExecutablePath: /usr/bin/xchat-gnome
  InstallationDate: Installed on 2015-04-30 (137 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: xchat-gnome
  Signal: 8
  SourcePackage: xchat-gnome
  StacktraceTop:
-  ?? ()
-  gtk_xtext_check_marker_visibility ()
-  ?? ()
-  ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
-  g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  ?? ()
+  gtk_xtext_check_marker_visibility ()
+  ?? ()
+  ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
+  g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  SystemImageInfo: Error: command ['system-image-cli', '-i'] failed with exit 
code 2:
  Title: xchat-gnome crashed with SIGFPE in gtk_xtext_check_marker_visibility()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio autopilot cdrom dip libvirtd lpadmin plugdev sambashare 
sudo

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

Title:
  xchat-gnome crashed with SIGFPE in gtk_xtext_check_ent_visibility()

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

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

[Bug 1551686] Re: browser leaks old location data to web pages

2016-03-08 Thread David Barth
** Changed in: location-service (Ubuntu)
 Assignee: (unassigned) => Alberto Mardegan (mardy)

** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** Changed in: webapps-sprint
 Assignee: (unassigned) => Alberto Mardegan (mardy)

** Changed in: webapps-sprint
Milestone: None => sprint-20

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

Title:
  browser leaks old location data to web pages

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

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


[Bug 1551686] Re: browser leaks old location data to web pages

2016-03-08 Thread Alexandre Abreu
** Changed in: oxide
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: oxide
   Status: New => In Progress

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

Title:
  browser leaks old location data to web pages

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

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


[Bug 1554541] [NEW] Libreoffice has lost its Menues as has the Files Folder on the last update

2016-03-08 Thread eric tennant
Public bug reported:

LibreOffice & Files folder have no Menues

** Affects: evolution-data-server (Ubuntu)
 Importance: Undecided
 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/1554541

Title:
  Libreoffice has lost its Menues as has the Files Folder on the last
  update

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

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


[Bug 1499883] Re: Optional password hint - feature request

2016-03-08 Thread Nikita Yerenkov-Scott
** Also affects: ubuntu-gnome
   Importance: Undecided
   Status: New

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

Title:
  Optional password hint - feature request

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

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


[Bug 1482408] Re: When waking from suspend screen refuses to turn back on, not even back lights

2016-03-08 Thread Nikita Yerenkov-Scott
** Also affects: gnome-shell (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  When waking from suspend screen refuses to turn back on, not even back
  lights

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

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


[Bug 1543273] Re: When clicking "Back" on the login screen the password box and buttons stay on top

2016-03-08 Thread Nikita Yerenkov-Scott
** Also affects: gnome-shell (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  When clicking "Back" on the login screen the password box and buttons
  stay on top

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

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


[Bug 1500049] Re: Welcoming sound on login screen - feature request

2016-03-08 Thread Nikita Yerenkov-Scott
** Also affects: ubuntu-gnome
   Importance: Undecided
   Status: New

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

Title:
  Welcoming sound on login screen - feature request

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

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


[Bug 1553802] Re: Date and time jump around on locked screen when showing seconds (and also sometimes display strange shadows behind them)

2016-03-08 Thread Nikita Yerenkov-Scott
** Also affects: gnome-shell (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Date and time jump around on locked screen when showing seconds (and
  also sometimes display strange shadows behind them)

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

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


[Bug 1554526] Re: gnome-software crashed with SIGSEGV in gtk_stack_set_visible_child_name()

2016-03-08 Thread Apport retracing service
*** This bug is a duplicate of bug 1552074 ***
https://bugs.launchpad.net/bugs/1552074

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 #1552074, 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/1554526/+attachment/4592661/+files/CoreDump.gz

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

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

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

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

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

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

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

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

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

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

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


[Bug 491055] Re: Gnome-volume-control and -applet do not switch volume controls when new audio output is inserted

2016-03-08 Thread Paweł Bylica
The same issue is also for Bluetooth audio devices.

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

Title:
  Gnome-volume-control and -applet do not switch volume controls when
  new audio output is inserted

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

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


[Bug 1551283] Re: ibus/im-config in Ubuntu GNOME

2016-03-08 Thread Gunnar Hjalmarsson
On 2016-03-08 08:34, Tim wrote:
> However not really sure if the Flashback stuff is correct (edubuntu 
> guys maintain that), but note on flashback is now using
> 
> XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity

Understood.

> It is still using unity-settings-daemon/unity-control-center and 
> presumably language-selector-gnome, so I guess it just uses the same
>  config as Unity does? Now I wouldnt be surprised if there are 
> snippets of code all over the place that don't support the above 
> format, since they never broke on core ubuntu desktop.
> 
> Otherwise
> +if os.environ.get('XDG_CURRENT_DESKTOP')[-5:] in ['Unity',
> 'MATE', 'GNOME'] \
> +  or locale.getlocale(locale.LC_CTYPE)[0][:3] in ['zh_', 
> 'ja_', 'ko_', 'vi_']:
> 
> os.environ.get('XDG_CURRENT_DESKTOP').split(':')[-1]
> 
> Would seem a little safer with the know use-cases

Yeah, your code is better. At the same time I now realize that this
includes GNOME Flashback, which was not intended, so I just uploaded a
new language-selector version to the PPA.

> ++if [ "$XDG_CURRENT_DESKTOP" = 'Unity' -o "$XDG_CURRENT_DESKTOP" = 
> 'MATE' -o "${XDG_CURRENT_DESKTOP##*:}" = 'GNOME' ]; then
> 
> that won't match for Flashback (I don't know if its meant to 
> though?)

Right, it's deliberately.

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

Title:
  ibus/im-config in Ubuntu GNOME

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

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


[Bug 1554499] ThreadStacktrace.txt

2016-03-08 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1554499/+attachment/4592611/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1554499/+attachment/4592600/+files/CoreDump.gz

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

** Tags removed: need-amd64-retrace

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

Title:
  gnome-software crashed with signal 5 in g_settings_get_value()

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

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


[Bug 1554499] StacktraceSource.txt

2016-03-08 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1554499/+attachment/4592610/+files/StacktraceSource.txt

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

Title:
  gnome-software crashed with signal 5 in g_settings_get_value()

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

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


[Bug 1554499] Stacktrace.txt

2016-03-08 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1554499/+attachment/4592609/+files/Stacktrace.txt

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

Title:
  gnome-software crashed with signal 5 in g_settings_get_value()

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

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


[Bug 1554499]

2016-03-08 Thread Apport retracing service
StacktraceTop:
 g_settings_schema_get_value () from 
/tmp/apport_sandbox_Tj8mbG/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 g_settings_schema_key_init () from 
/tmp/apport_sandbox_Tj8mbG/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 g_settings_get_value () from 
/tmp/apport_sandbox_Tj8mbG/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 g_settings_get_strv () from 
/tmp/apport_sandbox_Tj8mbG/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 gs_plugin_initialize (plugin=) at gs-plugin-provenance.c:71

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

Title:
  gnome-software crashed with signal 5 in g_settings_get_value()

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

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


[Bug 1554499] [NEW] gnome-software crashed with signal 5 in g_settings_get_value()

2016-03-08 Thread kylea
Public bug reported:

Installing a .deb file from Nautilus

ProblemType: Crash
DistroRelease: Ubuntu 16.04
Package: gnome-software 3.19.92~git20160304.279bc80-0ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
Uname: Linux 4.4.0-8-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue Mar  8 23:34:11 2016
ExecutablePath: /usr/bin/gnome-software
InstallationDate: Installed on 2015-12-31 (68 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
ProcCmdline: gnome-software 
--local-filename=/home/username/Downloads/virtualbox-5.0_5.0.16-105871~Ubuntu~wily_amd64.deb
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, user)
 XDG_RUNTIME_DIR=
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
Signal: 5
SourcePackage: gnome-software
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 g_settings_get_value () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 g_settings_get_strv () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 gs_plugin_initialize () from /usr/lib/gs-plugins-9/libgs_plugin_provenance.so
Title: gnome-software crashed with signal 5 in g_settings_get_value()
UpgradeStatus: Upgraded to xenial on 2016-02-28 (9 days ago)
UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
XsessionErrors:
 (process:6026): dconf-CRITICAL **: unable to create file 
'/home/kylea/.cache/dconf/user': Permission denied.  dconf will not work 
properly.
 (process:6026): dconf-CRITICAL **: unable to create file 
'/home/kylea/.cache/dconf/user': Permission denied.  dconf will not work 
properly.

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


** Tags: amd64 apport-crash xenial

** Information type changed from Private to Public

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

Title:
  gnome-software crashed with signal 5 in g_settings_get_value()

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

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


[Bug 1554117] Re: gnome-software search bar duplicates letters while typing

2016-03-08 Thread Bug Watch Updater
** Changed in: gnome-software
   Status: Unknown => Incomplete

** Changed in: gnome-software
   Importance: Unknown => Medium

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

Title:
  gnome-software search bar duplicates letters while typing

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

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


[Bug 1552512] Re: No application data on install, No screenshots after update

2016-03-08 Thread Sean Davis
Now I am no longer seeing the screenshots on installation for Catfish
and Mugshot.  This leads me to another question (and maybe a new bug).

I see that there is a screenshot download error on
http://appstream.ubuntu.com/xenial/universe/issues/catfish.html for
http://screenshots.smdavis.us/catfish/catfish.png

The screenshot in question does exist, but on HTTPS (and is redirected
with HSTS).  I can (and will) fix this in the appdata, but I wonder if
this should gracefully handle the redirect?

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

Title:
  No application data on install, No screenshots after update

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

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


[Bug 1551283] Re: ibus/im-config in Ubuntu GNOME

2016-03-08 Thread Gunnar Hjalmarsson
On 2016-03-08 08:25, Alkis Georgopoulos wrote:
> For the future, post 16.04, I'll try to raise the issue in Debian's
> im-config, so that there's no need to have an Ubuntu debdiff (or to
> minimize it).
> I.e. I will ask that ibus isn't running in locales where it's not
> needed, because:
> 1) It's causing issues (some of them will be solved in time)

They should better be solved.

It should also be mentioned that the input source switching GUIs in
Unity and GNOME, especially the latter, are designed so the user
shouldn't typically need to know about IBus or im-config. They should be
able to just pick a source and start typing.

> 2) It's wasting 20 MB of non-shared RAM (echo 3 >
> /proc/sys/vm/drop_caches; free; killall ibus-daemon; echo 3 >
> /proc/sys/vm/drop_caches; free), which is an issue in multi-user
> systems

Please note that the IBus processes are started in Unity and GNOME (not
sure about GNOME Flashback) anyway. What's affected by the im-config
configuration is the IM related environment variables.

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

Title:
  ibus/im-config in Ubuntu GNOME

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

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


[Bug 1553156] Re: evince not listed

2016-03-08 Thread Matthias Klumpp
> I wonder if the generator could do something about that like search
for the Exec= binary - ximion?

Nope, because this would mean searching the *reverse dependencies* of a 
package, or once again turning to the Contents file, which is always bead, 
because, as you know, it's super-slow.
While I see a case for searching dependencies for icons, in case of the 
.desktop file I would rather add an additional check to the generator to ignore 
the component if .desktop file and binary are not in the same package, because 
that happening is a bug. The .desktop file and the binary must be together, so 
the application only shows up in menus when it is actually installed.
Otherwise, if people only have -common installed for some reason, they will get 
a dead link in the menu.
Just like we don't separate manpages and binaries, .desktop files and binaries 
belong together too.

So, maybe we want a check for this in the generator (priority error), which is 
pretty easy to do...
(I am also wondering if there is policy for this... I'll do some research on 
what is common practice there, probably lintian should check if 
binary+.desktop-file+metainfo are together in one package, unless there are 
cases where separating is actually useful (can't think of any right now)).

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

Title:
  evince not listed

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

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


[Bug 1554117] Re: gnome-software search bar duplicates letters while typing

2016-03-08 Thread Matthias Klumpp
This unfortunately is a known bug which is very hard to reproduce - sometimes 
it always happens, sometimes the issue vanishes.
Last time I had it, GNOME Software was the only application that was affected 
by this.
I linked the corresponding upstream bug.


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

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

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

Title:
  gnome-software search bar duplicates letters while typing

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

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


[Bug 1554117] Re: gnome-software search bar duplicates letters while typing

2016-03-08 Thread Sebastien Bacher
Thank you for your bug report, I can't confirm that and there is no
other report of the issue ... do you have similar issues in other
softwares?

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

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

Title:
  gnome-software search bar duplicates letters while typing

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

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


[Bug 1551683] Re: camera uses stale GPS location data

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

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

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

Title:
  camera uses stale GPS location data

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

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


[Bug 1551683] Re: camera uses stale GPS location data

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

** Changed in: location-service (Ubuntu)
   Status: New => Confirmed

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

Title:
  camera uses stale GPS location data

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

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


[Bug 1553156] Re: evince not listed

2016-03-08 Thread Iain Lane
On Debian evince is at least listed, so I'm not sure why that doesn't
work for us and I think it should (but see the next paragraph).

I think there's a second bug, besides it not being listed, that it will
try to install evince-common because that's what appstream says the
package is for evince.desktop. I wonder if the generator could do
something about that like search for the Exec= binary - ximion? This is
broken on Debian too FYI: if you remove and re-install evince then you
only get evince-common. Moving the .desktop file would be a valid fix
but will only fix this case.

> laney@nightingale> appstreamcli search evince.desktop
> Identifier: evince.desktop [desktop]
> Name: Evince
> Summary: View multi-page documents
> Package: evince-common
> Homepage: https://wiki.gnome.org/Apps/Evince
> Icon: evince-common_evince.png

The evince-* entries are metainfo files (not .appdata) that I think
describe the different types of files that Evince can show. They aren't
applications and so shouldn't be influencing the top-level list, instead
being shown as sub entries in Evince's.
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html

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

Title:
  evince not listed

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

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


[Bug 1551003] Re: Xenial Files cannot browse network

2016-03-08 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 1548977 ***
https://bugs.launchpad.net/bugs/1548977

** No longer affects: linux (Ubuntu)

** This bug has been marked a duplicate of bug 1548977
   sidebar items missing with gtk 3.18 (browser, empty trash, format)

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

Title:
  Xenial Files cannot browse network

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

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


[Bug 1553156] Re: evince not listed

2016-03-08 Thread Robert Ancell
I built a local version with the .desktop file moved and the appstream
data manually edited and it worked.

I've made the packaging change here in lp:~robert-ancell/evince/ubuntu-lp1553156
Seb - can you give a second opinion if you think moving the .desktop file makes 
sense and can you double check it has the correct Breaks/Replaces for this?

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

Title:
  evince not listed

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

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


[Bug 1553156] Re: evince not listed

2016-03-08 Thread Robert Ancell
(Though now I need to double check if the reviews are source package
names or binary names...)

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

Title:
  evince not listed

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

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


[Bug 1553156] Re: evince not listed

2016-03-08 Thread Robert Ancell
Also, I noticed the Ubuntu reviews are on the 'evince' package - there
are none on 'evince-common'. So moving the .desktop file also makes them
show correctly.

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

Title:
  evince not listed

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

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


[Bug 1553156] Re: evince not listed

2016-03-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~robert-ancell/evince/ubuntu-lp1553156

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

Title:
  evince not listed

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

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


[Bug 1550680] Re: Setting org.gnome.desktop.background show-desktop-icons to false removes wallpaper

2016-03-08 Thread Christopher M. Penalver
** Package changed: linux (Ubuntu) => nautilus (Ubuntu)

** Changed in: nautilus (Ubuntu)
   Importance: High => Medium

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

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

Title:
  Setting org.gnome.desktop.background show-desktop-icons to false
  removes wallpaper

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

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


[Bug 1550680] [NEW] Setting org.gnome.desktop.background show-desktop-icons to false removes wallpaper

2016-03-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I set org.gnome.desktop.background show-desktop-icons to false. After reboot 
there is no wallpaper. When I set it back to true, both icons and wallpaper are 
immediately visible.
--- 
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wiktor 1488 F pulseaudio
 /dev/snd/controlC0:  wiktor 1488 F pulseaudio
CurrentDesktop: Unity
DistroRelease: Ubuntu 15.10
InstallationDate: Installed on 2015-12-27 (61 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
IwConfig:
 enp4s0no wireless extensions.
 
 lono wireless extensions.
 
 lxcbr0no wireless extensions.
MachineType: MSI MS-7924
Package: linux (not installed)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-30-generic.efi.signed 
root=UUID=fff79723-7a41-4fb6-b493-06e3759b4bef ro noprompt quiet splash 
vt.handoff=7
ProcVersionSignature: Ubuntu 4.2.0-30.36-generic 4.2.8-ckt3
RelatedPackageVersions:
 linux-restricted-modules-4.2.0-30-generic N/A
 linux-backports-modules-4.2.0-30-generic  N/A
 linux-firmware1.149.3
RfKill:
 
Tags:  wily
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
Uname: Linux 4.2.0-30-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare scanner sudo vboxusers
_MarkForUpload: True
dmi.bios.date: 01/08/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.11
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z97M-G43(MS-7924)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.11:bd01/08/2016:svnMSI:pnMS-7924:pvr1.0:rvnMSI:rnZ97M-G43(MS-7924):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7924
dmi.product.version: 1.0
dmi.sys.vendor: MSI

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


** Tags: apport-collected wily
-- 
Setting org.gnome.desktop.background show-desktop-icons to false removes 
wallpaper
https://bugs.launchpad.net/bugs/1550680
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to nautilus in Ubuntu.

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


[Bug 1553156] Re: evince not listed

2016-03-08 Thread Robert Ancell
What's happing in this case:
1. The apt plugin states that evince-common is installed.
2. The appstream plugin attempts to find the metadata for this.
3. appstream-glib has multiple entries for the package "evince-common", it 
picks the first one ("evince-psdocument").
4. evince-psdocument doesn't have a type, so GNOME Software rejects the 
metadata.

I'm not sure why there's multiple appstream entries for this.

I suspect that moving the .desktop file into the main binary will
probably solve this and it seems like the right thing to do anyway. I'm
not sure if there's other cases that may be hit by this issue and what
the solution is for them.

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

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

** Also affects: evince (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/1553156

Title:
  evince not listed

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

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


[Bug 1553576] Re: Suspending on login screen removes "Shutdown" button from menu

2016-03-08 Thread Tim
ok, confirmed here on Xenial.

Nikita, on another note would you be interested in joining the UBuntu
GNOME QA team, and perhaps even help out with bug triage as you get more
experience? You have filed a lot of bugs, so you are already doing some
good testing, but have you helped with ISO testing etc?

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

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

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

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

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

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

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

Title:
  Suspending on login screen removes "Shutdown" button from menu

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

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


[Bug 1553156] Re: evince not listed

2016-03-08 Thread Robert Ancell
** Also affects: appstream-glib (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/1553156

Title:
  evince not listed

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

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