[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-20 Thread Seyeong Kim
** Description changed:

  [Impact]
  lrmd daemon with upstart resource has memory leak in Trusty
  
  affected to pacemaker 1.1.10.
- affected to glib2.0 2.40.2-0ubuntu1
+ affected to glib2.0 2.40.2-0ubuntu1 >> for glib2.0 created new lp [3]
  
  Please note that patch for pacemaker is created myself.
  
  [Test Case]
  
- 1. deploy 3 trusty instance.
- 2. install corosync, pacemaker, mysql.
- 3. setting with below info
- 3.1 corosync.conf, proper setting for 3 node
- 3.2 crm configure < setup.crm ( which has upstart:mysql setting )
- 3.3 monitor lrmd daemon's memory usage
+ https://pastebin.ubuntu.com/p/fqK6Cx3SKK/
+ you can check memory leak with this script
  
  [Regression]
- Restarting daemon after upgrading this pkg will be needed. this patch added 
NULL check for several parts. prior commit[1] changed file structure. and This 
change makes user changes usage of upstart:mysql to lsb:mysql. So I added free 
function myself. This might affect to system.
- For glib2.0, commit [1] is critical, but [2],[3],[4] is needed for building 
it.
+ Restarting daemon after upgrading this pkg will be needed. this patch adds 
free for non-freed dynamic allocated memory. so it solves memory leak. 
  
  [Others]
  
- Related commits.
+ this patch is from my self with testing.
  
- [1] commit a7b61e276120184c7586a3217ed3571a982f5017
- Author: Andrew Beekhof 
- Date:   Fri Aug 23 16:25:35 2013 +1000
- 
- Refactor: attrd: Move to its own directory and create a stub for
- attrd-ng
- 
- --
- $ git describe --contains a1a6922e43dfe80b23887a88401cbb93fe3645c0
- Pacemaker-1.1.11-rc3
- 
- $ git describe --contains a7b61e276120184c7586a3217ed3571a982f5017
- Pacemaker-1.1.11-rc1~168
- 
- $ rmadison pacemaker
-  pacemaker | 1.1.10+git20130802-1ubuntu2   | trusty
-  pacemaker | 1.1.10+git20130802-1ubuntu2.4 | trusty-security
-  pacemaker | 1.1.10+git20130802-1ubuntu2.4 | trusty-updates
- 
-  pacemaker | 1.1.14-2ubuntu1   | xenial
-  pacemaker | 1.1.14-2ubuntu1.3 | xenial-security
-  pacemaker | 1.1.14-2ubuntu1.3 | xenial-update
-  pacemaker | 1.1.16-1ubuntu1   | zesty
-  pacemaker | 1.1.16-1ubuntu1   | artful
-  pacemaker | 1.1.18~rc3-1ubuntu1   | bionic
- --
- 
- For glib
- [1] 
https://github.com/GNOME/glib/commit/db641e32920ee8b553ab6f2d318aafa156e4390c
- [2] 
https://github.com/GNOME/glib/commit/8792609e15394967cab526838b83f90acb401663
- [3] 
https://github.com/GNOME/glib/commit/ec02a1875f29ecb8e46c0d8c1403cd00a0b3a9e4
- [4] 
https://github.com/GNOME/glib/commit/f10b6550ff2ce55d06b92d6dc3e443fc007b2f7a
+ Please review carefully if it is ok.
  
  [Original Description]
  
  I'm running Pacemaker 1.1.10+git20130802-1ubuntu1 on Ubuntu Saucy
  (13.10) and have encountered a memory leak in lrmd.
  
  The details of the bug are covered here in this thread
  (http://oss.clusterlabs.org/pipermail/pacemaker/2014-May/021689.html)
  but to summarise, the Pacemaker developers believe the leak is caused by
  the g_dbus API, the use of which was removed in Pacemaker 1.11.
  
  I've also attached the Valgrind output from the run that exposed the
  issue.
  
  Given that this issue affects production stability (a periodic restart
  of Pacemaker is required), will a version of 1.11 be released for
  Trusty? (I'm happy to upgrade the OS to Trusty to get it).
  
  If not, can you advise which version of the OS will be the first to take
  1.11 please?

** Description changed:

  [Impact]
  lrmd daemon with upstart resource has memory leak in Trusty
  
  affected to pacemaker 1.1.10.
- affected to glib2.0 2.40.2-0ubuntu1 >> for glib2.0 created new lp [3]
+ affected to glib2.0 2.40.2-0ubuntu1 >> for glib2.0 created new lp [1]
  
  Please note that patch for pacemaker is created myself.
  
  [Test Case]
  
  https://pastebin.ubuntu.com/p/fqK6Cx3SKK/
  you can check memory leak with this script
  
  [Regression]
- Restarting daemon after upgrading this pkg will be needed. this patch adds 
free for non-freed dynamic allocated memory. so it solves memory leak. 
+ Restarting daemon after upgrading this pkg will be needed. this patch adds 
free for non-freed dynamic allocated memory. so it solves memory leak.
  
  [Others]
  
  this patch is from my self with testing.
  
  Please review carefully if it is ok.
+ 
+ [1] https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1750741
  
  [Original Description]
  
  I'm running Pacemaker 1.1.10+git20130802-1ubuntu1 on Ubuntu Saucy
  (13.10) and have encountered a memory leak in lrmd.
  
  The details of the bug are covered here in this thread
  (http://oss.clusterlabs.org/pipermail/pacemaker/2014-May/021689.html)
  but to summarise, the Pacemaker developers believe the leak is caused by
  the g_dbus API, the use of which was removed in Pacemaker 1.11.
  
  I've also attached the Valgrind 

[Bug 1750741] Re: Memory leak in g_dbus_proxy_new_for_bus_sync()

2018-02-20 Thread Seyeong Kim
** Patch added: "lp1750741_trusty_glib2.0.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1750741/+attachment/5059468/+files/lp1750741_trusty_glib2.0.debdiff

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

Title:
  Memory leak in g_dbus_proxy_new_for_bus_sync()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1750741/+subscriptions

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

[Bug 1750741] [NEW] Memory leak in g_dbus_proxy_new_for_bus_sync()

2018-02-20 Thread Seyeong Kim
Public bug reported:

[Impact]

This issue is found while debugging pacemaker lrmd memory leak

glib2.0 gio function g_dbus_proxy_new_for_bus_sync has leak as [1] said

this is affected to Trusty

[Test Case]

https://pastebin.ubuntu.com/p/fqK6Cx3SKK/
you can check memory leak with this script

[Regression]
This patch is affected to library pkg. so related daemon should be restarted 
after patching. patch itself is very simple and old. it seems verified for few 
years.

[Others]

original commit

https://gitlab.gnome.org/GNOME/glib/commit/db641e32920ee8b553ab6f2d318aafa156e4390c

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: Fix Released


** Tags: sts sts-sru-needed

** Tags added: sts sts-sru-needed

** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: pacemaker (Ubuntu)

** Changed in: glib2.0 (Ubuntu)
   Status: New => Fix Released

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

Title:
  Memory leak in g_dbus_proxy_new_for_bus_sync()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1750741/+subscriptions

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

[Bug 1711936] Re: Severe graphical corruption in gnome-shell with nouveau [Nvidia GeForce 8400M GS]

2018-02-20 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Severe graphical corruption in gnome-shell with nouveau [Nvidia
  GeForce 8400M GS]

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

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

[Bug 1711936] Re: Severe graphical corruption in gnome-shell with nouveau [Nvidia GeForce 8400M GS]

2018-02-20 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Severe graphical corruption in gnome-shell with nouveau [Nvidia
  GeForce 8400M GS]

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

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

[Bug 1735127] Re: Ubuntu AA (gnome) - panel and dock transparency animation crashes Gnome shell

2018-02-20 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Ubuntu AA (gnome) - panel and dock transparency animation crashes
  Gnome shell

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

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

[Bug 1732704] Re: Window opened with shortcut custom global shortcut does not get focus

2018-02-20 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Window opened with shortcut custom global shortcut does not get focus

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

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

[Bug 1736820] Re: Laptop doesn't suspend on lid close

2018-02-20 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Laptop doesn't suspend on lid close

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

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

[Bug 1731872] Re: gnome shell crashed when searching for 're'

2018-02-20 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  gnome shell crashed when searching for 're'

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

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

[Bug 1750352] Re: gnome-shell freeze on key press while high CPU load

2018-02-20 Thread Daniel van Vugt
Thanks. Your system log is full of error messages about 'extensions'
that I have never seen before. Like:

févr. 20 11:55:15 hostname nautilus[2460]: Unexpected plugin response.  This 
probably indicates a bug in a Nautilus extension: handle=0x55d6331da690
févr. 20 11:55:15 hostname nautilus[2460]: Unexpected plugin response.  This 
probably indicates a bug in a Nautilus extension: handle=0x55d6334b7770
févr. 20 11:55:15 hostname nautilus[2460]: Unexpected plugin response.  This 
probably indicates a bug in a Nautilus extension: handle=0x55d63425e160

and

févr. 20 12:43:51 hostname gnome-shell[2029]: JS ERROR: ReferenceError: 
NM80211ApFlags is not defined
WirelessList<._getApSecurityType@/home/username/.local/share/gnome-shell/extensions/extend-panel-menu@julio641742/indicators/network.js:448:1
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22  
  
WirelessList<._accessPointAdded@/home/username/.local/share/gnome-shell/extensions/extend-panel-menu@julio641742/indicators/network.js:567:27
 

Please try disabling/uninstalling all gnome-shell extensions other than
the Ubuntu default ones (gnome-shell-extension-appindicator, gnome-
shell-extension-ubuntu-dock), and tell us if the bug persists. If that
fixes it then please try to figure out which extension was causing the
bug, by reintroducing them one-by-one.

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

Title:
  gnome-shell freeze on key press  while high CPU load

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

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

[Bug 1750171] Re: Applications' extension bug - Activity menu vanished in the abyss

2018-02-20 Thread Daniel van Vugt
This is technically not an Ubuntu bug, since the problem originated from
code acquired outside of Ubuntu. However rather than mark it as invalid,
we might be able to suggest a fix.

Please:

1. Clarify what you mean by "Activity menu". "Activities" is a button,
not a menu. And the menu beside that button is the application menu.
Which one do you mean?

2. Try: Install 'gnome-tweak-tool' and check that Tweaks > Top Bar >
Application Menu = ON

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

** Changed in: gnome-desktop (Ubuntu)
   Status: New => Incomplete

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

Title:
  Applications' extension bug - Activity menu vanished in the abyss

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

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

[Bug 1749779] Re: System freeze when going back and forth fullscreen mode with Firefox

2018-02-20 Thread Daniel van Vugt
OK, thanks. I don't know why that happens. It never fails like that for
me but other people have reported the problem you describe.

Next we try an alternative approach:

1. kill -ABRT `pidof -s gnome-shell`
2. Look in /var/crash for a new crash file (may take a little while to be 
written)
3. ubuntu-bug /var/crash/YOURFILE.crash
4. Tell us the new bug ID created.
--
5. If #3-4 failed then set this bug to Private (top right of the page) and 
attach the crash file here.

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

Title:
  System freeze when going back and forth fullscreen mode with Firefox

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

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

[Bug 1721248] Re: Totem could not get a screenshot of the video when using gstreamer1.0-vaapi plugin on supported videos

2018-02-20 Thread Daniel van Vugt
Starting in Ubuntu 17.10, totem (and some other apps like gnome-maps)
use Wayland subsurfaces by default. This means the video (or maps)
rectangle are able to redraw without redrawing the window decorations
and saves a lot of CPU.

A side-effect of this is that screenshots didn't seem to work any more.
However I believe that's just going to be a bug in gnome-shell/mutter,
for not being able to screenshot its own Wayland subsurfaces.

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

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

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

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

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

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

** Tags added: wayland

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

Title:
  Totem could not get a screenshot of the video when using
  gstreamer1.0-vaapi plugin on supported videos

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

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

[Bug 1731420] Re: gnome-shell hangs (goes into key repeat runaway) when key repeat is used on chromium-browser's address bar

2018-02-20 Thread Seth Arnold
** Information type changed from Public Security to Public

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

Title:
  gnome-shell hangs (goes into key repeat runaway) when key repeat is
  used on chromium-browser's address bar

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

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

[Bug 1749678] Re: in wayland and ()and swicth to xorg proprem again black video

2018-02-20 Thread Seth Arnold
*** This bug is a duplicate of bug 1748450 ***
https://bugs.launchpad.net/bugs/1748450

** Information type changed from Public Security to Public

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

Title:
  in wayland and ()and swicth to  xorg  proprem again black video

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

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

[Bug 1750697] [NEW] package systemd 237-3ubuntu2 failed to install/upgrade: hi ha un bucle d'activadors, s'ha abandonat

2018-02-20 Thread franz666es
Public bug reported:

I don't know

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: systemd 237-3ubuntu2
ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
Uname: Linux 4.15.0-10-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
Date: Mon Feb 19 19:56:38 2018
ErrorMessage: hi ha un bucle d'activadors, s'ha abandonat
InstallationDate: Installed on 2018-01-07 (44 days ago)
InstallationMedia: Kubuntu 17.10 "Artful Aardvark" - Release amd64 (20171017.1)
MachineType: ASUSTeK COMPUTER INC. X550CL
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=672ecde1-6dcc-440c-9577-518064d2bff2 ro quiet splash vt.handoff=1
Python3Details: /usr/bin/python3.6, Python 3.6.4+, python3-minimal, 3.6.4-1
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu1
 apt  1.6~alpha7ubuntu2
SourcePackage: systemd
SystemdDelta:
 [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
 [EXTENDED]   /lib/systemd/system/user@.service → 
/lib/systemd/system/user@.service.d/timeout.conf
 
 2 overridden configuration files found.
Title: package systemd 237-3ubuntu2 failed to install/upgrade: hi ha un bucle 
d'activadors, s'ha abandonat
UpgradeStatus: Upgraded to bionic on 2018-02-19 (1 days ago)
dmi.bios.date: 07/10/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X550CL.207
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X550CL
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX550CL.207:bd07/10/2014:svnASUSTeKCOMPUTERINC.:pnX550CL:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550CL:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: X
dmi.product.name: X550CL
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-package bionic

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

Title:
  package systemd 237-3ubuntu2 failed to install/upgrade: hi ha un bucle
  d'activadors, s'ha abandonat

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

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

[Bug 1748838] Re: gnome-shell-portal-helper crashed with SIGABRT in g_assertion_message()

2018-02-20 Thread Seth Arnold
*** This bug is a duplicate of bug 1726156 ***
https://bugs.launchpad.net/bugs/1726156

** Information type changed from Public Security to Public

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

Title:
  gnome-shell-portal-helper crashed with SIGABRT in
  g_assertion_message()

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

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

[Bug 1750631] Re: Translation is missing for GNOME Todo on Ubuntu 18.04

2018-02-20 Thread Gunnar Hjalmarsson
Thanks for your report.

New package in main, and no translation template was created when
building, so there was nothing for LP to import.

Patch attached.

** Patch added: "0001-Build-gnome-todo.pot.patch"
   
https://bugs.launchpad.net/ubuntu-translations/+bug/1750631/+attachment/5059289/+files/0001-Build-gnome-todo.pot.patch

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

** Changed in: gnome-todo (Ubuntu)
   Status: New => In Progress

** Changed in: gnome-todo (Ubuntu)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Tags added: patch

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

Title:
  Translation is missing for GNOME Todo on Ubuntu 18.04

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

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

[Bug 1750687] Re: gedit crashed with SIGSEGV in g_closure_invoke()

2018-02-20 Thread Apport retracing service
*** This bug is a duplicate of bug 1570938 ***
https://bugs.launchpad.net/bugs/1570938

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 #1570938, 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/1750687/+attachment/5059277/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of private bug 1570938

** 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 gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1750687

Title:
  gedit crashed with SIGSEGV in g_closure_invoke()

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

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

[Bug 1750682] Re: gnome-shell crashed with signal 5 in g_log_default_handler()

2018-02-20 Thread Apport retracing service
*** This bug is a duplicate of bug 1748450 ***
https://bugs.launchpad.net/bugs/1748450

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 #1748450, 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/1750682/+attachment/5059246/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1748450
   gnome-shell crashed with SIGTRAP in _g_log_abort() from 
g_log_default_handler() from default_log_handler(message="Connection to 
xwayland lost") from g_logv() from g_log() from 

** 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-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1750682

Title:
  gnome-shell crashed with signal 5 in g_log_default_handler()

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

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

[Bug 1542471] Re: Playing mp3 files causes: Problem occurred without error being set. This is a bug in Rhythmbox or GStreamer.

2018-02-20 Thread fermulator
(had this tab open in a really old browser session ... doing some clean
up ...)

retested on Fedora 26, it works! (bug no longer present)

{{{
$ sudo zfs list | grep music
zstorage/music 7.40G  84.9G  7.40G  /zstorage/music
}}}

rhythmbox opens, music library on that pool, music plays

{{{
4.14.14-200.fc26.x86_64, zfs-0.7.5-1.fc26.x86_64, rhythmbox-3.4.1-3.fc26.x86_64
}}}

** Attachment added: "rbox_zfs_pool_source.png"
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1542471/+attachment/5059243/+files/rbox_zfs_pool_source.png

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

Title:
  Playing mp3 files causes: Problem occurred without error being set.
  This is a bug in Rhythmbox or GStreamer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1542471/+subscriptions

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

[Bug 1749779] Re: System freeze when going back and forth fullscreen mode with Firefox

2018-02-20 Thread Hadrien
I applied the workaround and ran again the command. It seems that
nothing happens when I try to send the report:

hadrien@c18:~$ apport-cli --hanging -P `pidof -s gnome-shell`

*** Send problem report to the developers?

After the problem report has been sent, please fill out the form in the
automatically opened web browser.

What would you like to do? Your options are:
  S: Send report (170.3 KB)
  V: View report
  K: Keep report file for sending later or copying to somewhere else
  I: Cancel and ignore future crashes of this program version
  C: Cancel
Please choose (S/V/K/I/C): s
hadrien@c18:~$ 


I also tried "V" to view the report and I get the same kind of report I 
attached previously.

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

Title:
  System freeze when going back and forth fullscreen mode with Firefox

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

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

[Bug 1433774] Re: When double clicking an executable bash script in file manager, it opens in gedit rather than executing

2018-02-20 Thread Mark O'Donovan
And Ubuntu 17.10

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

Title:
  When double clicking an executable bash script in file manager, it
  opens in gedit rather than executing

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

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

[Bug 1750098] Re: Ubuntu software shows snaps as installed even if it failed to install

2018-02-20 Thread Robert Ancell
What version of GNOME Software is 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/1750098

Title:
  Ubuntu software shows snaps as installed even if it failed to install

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

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

[Bug 1750030] Re: Report fwupd version in user agent

2018-02-20 Thread Robert Ancell
Confirmed with upstream, this fix is already in bionic (3.26.6,
currently 3.27.90 in proposed).

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

Title:
  Report fwupd version in user agent

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

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

[Bug 1580168] Re: Tab descriptions are unreadable, black text on black background

2018-02-20 Thread Aki Ketolainen
It doesn't affect Firefox 58.0.1 on Kubuntu 16.04.3, Plasma 5.8.8.

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

Title:
  Tab descriptions are unreadable, black text on black background

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

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

[Bug 1739537] Re: mtp volume is not removed when unplugging

2018-02-20 Thread Launchpad Bug Tracker
This bug was fixed in the package gvfs - 1.35.91-1ubuntu1

---
gvfs (1.35.91-1ubuntu1) bionic; urgency=medium

  * Sync with Debian. Remaining change:
- Don't build the NFS backend since the required library is in universe.
  See bug 1746598.

gvfs (1.35.91-1) experimental; urgency=medium

  * New upstream development release
  * Drop no longer needed Files-Excluded
  * Add workaround for Ubuntu translations issue
  * Drop 0008-test-Make-etc-init-optional.patch: Applied in new release

gvfs (1.35.90-1) experimental; urgency=medium

  [ Jeremy Bicha ]
  * New upstream development release
- Fixes "MTP volume not removed after disconnecting" (Closes: #882353)
  (LP: #1739537)
  * debian/copyright: Use Files-Excluded to avoid non-free RFCs.
  * Update Vcs fields for migration to https://salsa.debian.org/
  * Drop obsolete Build-Depends on libudev-dev
  * Build with meson
  * Don't build the Blu-ray backend on Ubuntu since the required library
is in universe. See bug 1746629.
  * Cherry-pick 0008-test-Make-etc-init-optional.patch:
- Fix tests when /etc/init/ doesn't exist (on minimal systems)

  [ Martin Pitt ]
  * Run autopkgtests through sudo starting as normal user, so that it can
find a non-root user.

 -- Jeremy Bicha   Mon, 19 Feb 2018 16:56:37 -0500

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

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

Title:
  mtp volume is not removed when unplugging

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

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

[Bug 1750651] [NEW] man page does not include options specific to eog

2018-02-20 Thread Jay R. Wren
Public bug reported:

The manpage includes config for X and GTK, but not the specific EOG
stuff mentioned here:

https://help.gnome.org/users/eog/stable/commandline.html.en

I was specifically looking for --fullscreen and --disable-gallery which
are not mentioned.

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

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

Title:
  man page does not include options specific to eog

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

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

[Bug 1580168] Re: Tab descriptions are unreadable, black text on black background

2018-02-20 Thread Bruce Pieterse
I can confirm that this is no longer problem with Ubuntu Gnome 18.04
with Firefox 58, Nautilus 3.26, Chromium 64 and Google Chrome 64

firefox:
  Installed: 58.0+build6-0ubuntu0.17.10.1
  Candidate: 58.0+build6-0ubuntu0.17.10.1
  Version table:
 *** 58.0+build6-0ubuntu0.17.10.1 100
100 /var/lib/dpkg/status
 57.0.1+build2-0ubuntu1 500
500 http://za.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

nautilus:
  Installed: 1:3.26.0-0ubuntu1
  Candidate: 1:3.26.0-0ubuntu1
  Version table:
 *** 1:3.26.0-0ubuntu1 500
500 http://za.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status

chromium-browser:
  Installed: 64.0.3282.167-0ubuntu1
  Candidate: 64.0.3282.167-0ubuntu1
  Version table:
 *** 64.0.3282.167-0ubuntu1 500
500 http://za.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status

google-chrome-stable:
  Installed: 64.0.3282.167-1
  Candidate: 64.0.3282.167-1
  Version table:
 *** 64.0.3282.167-1 100
100 /var/lib/dpkg/status


Users on the KDE side will need to confirm if it is fixed or not.

** No longer affects: ubuntu-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/1580168

Title:
  Tab descriptions are unreadable, black text on black background

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

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

[Bug 1580168] Re: Tab descriptions are unreadable, black text on black background

2018-02-20 Thread Justin
Should this be closed?

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

Title:
  Tab descriptions are unreadable, black text on black background

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

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

[Bug 1750631] [NEW] Translation is missing for GNOME Todo on Ubuntu 18.04

2018-02-20 Thread AsciiWolf
Public bug reported:

It looks like that update to the latest GNOME Todo 3.27 broke the
translations and GNOME Todo is now untranslated on non-English Ubuntu
system.

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

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


** Tags: bionic l10n

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

** No longer affects: ubuntu-translations

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

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

Title:
  Translation is missing for GNOME Todo on Ubuntu 18.04

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

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

[Bug 1750631] [NEW] Translation is missing for GNOME Todo on Ubuntu 18.04

2018-02-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by AsciiWolf (asciiwolf):

It looks like that update to the latest GNOME Todo 3.27 broke the
translations and GNOME Todo is now untranslated on non-English Ubuntu
system.

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


** Tags: bionic l10n
-- 
Translation is missing for GNOME Todo on Ubuntu 18.04
https://bugs.launchpad.net/bugs/1750631
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to the bug report.

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

[Bug 1750628] Re: "Insert Emoji" menu is untranslated

2018-02-20 Thread AsciiWolf
** Attachment added: "emoji1.png"
   
https://bugs.launchpad.net/ubuntu-translations/+bug/1750628/+attachment/5059136/+files/emoji1.png

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

Title:
  "Insert Emoji" menu is untranslated

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

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

[Bug 1750628] [NEW] "Insert Emoji" menu is untranslated

2018-02-20 Thread AsciiWolf
Public bug reported:

If you try to use the "Insert Emoji" menu from another application, it's
untranslated on non-English Ubuntu 18.04 system. See the attached
screenshots.

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

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


** Tags: bionic l10n

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

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

Title:
  "Insert Emoji" menu is untranslated

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

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

[Bug 1750628] Re: "Insert Emoji" menu is untranslated

2018-02-20 Thread AsciiWolf
** Attachment added: "emoji2.png"
   
https://bugs.launchpad.net/ubuntu-translations/+bug/1750628/+attachment/5059137/+files/emoji2.png

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

Title:
  "Insert Emoji" menu is untranslated

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

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

[Bug 1750628] [NEW] "Insert Emoji" menu is untranslated

2018-02-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by AsciiWolf (asciiwolf):

If you try to use the "Insert Emoji" menu from another application, it's
untranslated on non-English Ubuntu 18.04 system. See the attached
screenshots.

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

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


** Tags: bionic l10n
-- 
"Insert Emoji" menu is untranslated
https://bugs.launchpad.net/bugs/1750628
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to the bug report.

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

[Bug 1721248] Re: Totem could not get a screenshot of the video when using gstreamer1.0-vaapi plugin on supported videos

2018-02-20 Thread corrado venturini
I have again the same problem on Ubuntu 18.04. 
as before problem disappears removing gstreamer1.0-vaapi

corrado@corrado-p8-bb:~$ inxi -SCGx
System:Host: corrado-p8-bb Kernel: 4.15.0-10-generic x86_64 bits: 64 gcc: 
7.3.0
   Desktop: Gnome 3.26.2 (Gtk 3.22.28-1ubuntu1)
   Distro: Ubuntu Bionic Beaver (development branch)
CPU:   Dual core Intel Core i3-7100 (-MT-MCP-) arch: Skylake rev.9 cache: 
3072 KB
   flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 15648
   clock speeds: max: 3900 MHz 1: 800 MHz 2: 800 MHz 3: 800 MHz 4: 800 
MHz
Graphics:  Card: Intel HD Graphics 630 bus-ID: 00:02.0
   Display Server: x11 (X.Org 1.19.6 ) driver: i915 Resolution: 
1920x1080@60.00hz
   OpenGL: renderer: Mesa DRI Intel HD Graphics 630 (Kaby Lake GT2)
   version: 4.5 Mesa 18.0.0-rc4 Direct Render: Yes
corrado@corrado-p8-bb:~$ apt policy gstreamer1.0-vaapi
gstreamer1.0-vaapi:
  Installed: 1.12.4-1ubuntu1
  Candidate: 1.12.4-1ubuntu1
  Version table:
 *** 1.12.4-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status
corrado@corrado-p8-bb:~$ apt policy totem
totem:
  Installed: 3.26.0-0ubuntu5
  Candidate: 3.26.0-0ubuntu5
  Version table:
 *** 3.26.0-0ubuntu5 500
500 http://archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
100 /var/lib/dpkg/status
 3.26.0-0ubuntu3 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
corrado@corrado-p8-bb:~$

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

Title:
  Totem could not get a screenshot of the video when using
  gstreamer1.0-vaapi plugin on supported videos

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

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

[Bug 1750030] Re: Report fwupd version in user agent

2018-02-20 Thread Mario Limonciello
Thanks Robert.

I guess please re-upload for xenial then.

** Changed in: gnome-software (Ubuntu)
   Status: Triaged => 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/1750030

Title:
  Report fwupd version in user agent

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

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

[Bug 1750171] Re: Applications' extension bug - Activity menu vanished in the abyss

2018-02-20 Thread Joseph Salisbury
** Package changed: linux (Ubuntu) => gnome-desktop (Ubuntu)

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

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

Title:
  Applications' extension bug - Activity menu vanished in the abyss

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

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

[Bug 743176] Re: Pink layer on taken screenshots (gnome-screenshot)

2018-02-20 Thread Raph
Issue present on my system :
Ubuntu 17.10 64-bit
GNOME Shell 3.26.1
Linux Kernel 4.13.0-32-generic

I noticed something interesting and that might resonate with comment #31
above (https://bugs.launchpad.net/ubuntu/+source/gnome-
utils/+bug/743176/comments/31).

I have two screens, and the problem occurs on only one of my screen.
Furthermore, on the screen where the problem occurs, depending if I quickly 
take the screenshot or not, the pink area will either fully cover the 
screenshot or for example only 90% of the area if I click-drag and release 
mouse button quickly...

I can provide more information if needed.

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

Title:
  Pink layer on taken screenshots (gnome-screenshot)

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

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

[Bug 1665306] Re: Install spice-vdagent if installing witih QXL video driver

2018-02-20 Thread Jeremy Bicha
*** This bug is a duplicate of bug 1200296 ***
https://bugs.launchpad.net/bugs/1200296

I'm going to mark this a duplicate of LP: #1200296.

Ubuntu 18.04 LTS desktop versions will include spice-vdagent by default.

** This bug has been marked a duplicate of bug 120096
   suspend to mem times out

** This bug is no longer a duplicate of bug 120096
   suspend to mem times out
** This bug has been marked a duplicate of bug 1200296
   [MIR] spice-vdagent

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

Title:
  Install spice-vdagent if installing witih QXL video driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spice-vdagent/+bug/1665306/+subscriptions

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

[Bug 1750171] [NEW] Applications' extension bug - Activity menu vanished in the abyss

2018-02-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi,

So I downloaded the applications' extension from gnome shell extensions
website. The application menu appears on the left side of the top bar
but an "error" notification appears beside the extension, plus the menu
doesn't work : it is just stuck there and THE MAIN PROBLEM is that I
can't bring back the activity button even if I delete the extension,
reboot, etc.

Anyone experienced the same issue ?

I run Ubuntu 17.10
--- 
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  gdm2509 F pulseaudio
  ph0enix3059 F pulseaudio
 /dev/snd/controlC0:  gdm2509 F pulseaudio
  ph0enix3059 F pulseaudio
DistroRelease: Ubuntu 17.10
EcryptfsInUse: Yes
HibernationDevice: RESUME=/dev/mapper/ubuntu--vg-swap_1
InstallationDate: Installed on 2018-02-16 (1 days ago)
InstallationMedia: Ubuntu-Server 17.10 "Artful Aardvark" - Release amd64 
(20180108.1)
MachineType: Dell Inc. Inspiron 5737
Package: linux (not installed)
ProcEnviron:
 LANGUAGE=en_CA:en
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-32-generic 
root=/dev/mapper/hostname--vg-root ro
ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-4.13.0-32-generic N/A
 linux-backports-modules-4.13.0-32-generic  N/A
 linux-firmware 1.169.3
Tags:  artful
Uname: Linux 4.13.0-32-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: kvm libvirt
_MarkForUpload: True
dmi.bios.date: 08/25/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 02TKW1
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A09
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd08/25/2016:svnDellInc.:pnInspiron5737:pvrA09:rvnDellInc.:rn02TKW1:rvrA00:cvnDellInc.:ct8:cvrA09:
dmi.product.family: 00
dmi.product.name: Inspiron 5737
dmi.product.version: A09
dmi.sys.vendor: Dell Inc.

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


** Tags: 17.10 applications apport-collected artful extension ubuntu
-- 
Applications' extension bug - Activity menu vanished in the abyss 
https://bugs.launchpad.net/bugs/1750171
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gnome-desktop in Ubuntu.

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

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-20 Thread Dan Streetman
Seyeong,

can you check this updated debdiff to verify it still fixes the mem
leak?

I reverted the free->g_free changes that I previously suggested, as you
were correct - the existing code uses chars and normal free() so we
should stick with that, i was wrong to suggest using g_free().

Also I removed one of the free() that did not seem correct per the docs.

** Patch added: "lp1316970_trusty_pacemaker_v4.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1316970/+attachment/5059064/+files/lp1316970_trusty_pacemaker_v4.debdiff

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

Title:
  g_dbus memory leak in lrmd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1316970/+subscriptions

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

[Bug 1750570] Re: gnome-shell crashed with SIGSEGV in meta_window_get_monitor()

2018-02-20 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1724439 ***
https://bugs.launchpad.net/bugs/1724439

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

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

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

Title:
  gnome-shell crashed with SIGSEGV in meta_window_get_monitor()

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

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

[Bug 1750601] Re: gnome-shell crashed with signal 5 in g_log_default_handler()

2018-02-20 Thread Apport retracing service
*** This bug is a duplicate of bug 1748450 ***
https://bugs.launchpad.net/bugs/1748450

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 #1748450, 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/1750601/+attachment/5059024/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1748450
   gnome-shell crashed with SIGTRAP in _g_log_abort() from 
g_log_default_handler() from default_log_handler(message="Connection to 
xwayland lost") from g_logv() from g_log() from 

** 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-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1750601

Title:
  gnome-shell crashed with signal 5 in g_log_default_handler()

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

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

[Bug 1750608] [NEW] Fixup ADT tests

2018-02-20 Thread Dimitri John Ledkov
Public bug reported:

[Impact]

 In artful, there are autopkgtest failures that can be improved/fixed
with the following commits:

 * stop using ext3, and instead use ext4 as fsck.ext3 may be missing in
the initramfs.

 * correctly parse prefixes, when parsing units and deciding which
binaries to copy into the test image.


These are changes to the setup codes of the test-suite, and no change in test 
assertions being made. Hopefully this will make adt results more green.

[Test Case]

 * Check that autopkgtests are not failing with missing fsck.ext3
 * Check that autopkgtesta are not failing with failing to copy referenced 
binaries

[Regression Potential]

 * No changes to the code shipped / binaries shipped

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: Fix Released

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

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

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

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

Title:
  Fixup ADT tests

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

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

[Bug 1725348] Re: Systemd - Bypassing MemoryDenyWriteExecution policy

2018-02-20 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Zesty)
   Status: New => Won't Fix

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

** Changed in: systemd (Ubuntu Artful)
   Status: New => In Progress

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

Title:
  Systemd - Bypassing MemoryDenyWriteExecution policy

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

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

[Bug 1736955] Re: dep8 test systemd-fsckd fails on s390

2018-02-20 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Zesty)
   Status: New => Won't Fix

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

Title:
  dep8 test systemd-fsckd fails on s390

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

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

[Bug 1734410] Re: systemd: handle undelegated cgroup2 hierarchy

2018-02-20 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Zesty)
   Status: New => Won't Fix

** Changed in: systemd (Ubuntu Xenial)
   Status: New => In Progress

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

Title:
  systemd: handle undelegated cgroup2 hierarchy

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

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

[Bug 1737570] Re: Add support for RequiredForOnline in networkd

2018-02-20 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Zesty)
   Status: Confirmed => Won't Fix

** Changed in: systemd (Ubuntu Xenial)
   Status: Confirmed => In Progress

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

Title:
  Add support for RequiredForOnline in networkd

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

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

[Bug 1618188] Re: systemd journal should be persistent by default: /var/log/journal should be created

2018-02-20 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Zesty)
   Status: Confirmed => Won't Fix

** Changed in: systemd (Ubuntu Xenial)
   Status: Confirmed => In Progress

** Changed in: systemd (Ubuntu Artful)
   Status: Confirmed => In Progress

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

Title:
  systemd journal should be persistent by default: /var/log/journal
  should be created

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

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

[Bug 1721223] Re: Networkd fail to set ip address between leases if ip address changes on UbuntuCore

2018-02-20 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Zesty)
   Status: New => Won't Fix

** Changed in: systemd (Ubuntu Xenial)
   Status: New => In Progress

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

Title:
  Networkd fail to set ip address between leases if ip address changes
  on UbuntuCore

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

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

[Bug 789479]

2018-02-20 Thread PJBrs
Oops, copying the microsoft file does not fix the fonts. Sorry for the
spam!

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

Title:
  Improper encoding of the "Symbol" font

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

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

[Bug 162111]

2018-02-20 Thread PJBrs
Oops, copying the microsoft file does not fix the fonts. Sorry for the
spam!

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

Title:
  Evince displays math equations incorrectly

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

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

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-20 Thread Dan Streetman
Ok, in that case, can you open a separate lp bug for the glib2.0 memory
leak?  I think it will be easier to track just fixing the pacemaker mem
leaks in this bug, and track fixing the glib2.0 mem leak in a separate
bug.

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

Title:
  g_dbus memory leak in lrmd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1316970/+subscriptions

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

[Bug 1750403] Re: Live Session - Increased memory usage with preinstalled snap (fails to start with - gnome-session timeout)

2018-02-20 Thread Jean-Baptiste Lallement
I noticed that core 3887 is on the image while 4017 is published to
stable, a theory is that the refresh to stable happens during boot and
consumes lot of resources leading to memory starvation or timeouts.

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

** Package changed: gnome-session (Ubuntu) => casper (Ubuntu)

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

Title:
  Live Session - Increased memory usage with preinstalled snap (fails to
  start with - gnome-session timeout)

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

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

[Bug 1750558] Re: gnome-software crashed with SIGSEGV in __strlen_avx2()

2018-02-20 Thread Jean-Baptiste Lallement
Thanks for your report.

Are you able to reproduce this crash and could you provide the steps to
do it?

Thanks.

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

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

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

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

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

[Bug 1750558] Re: gnome-software crashed with SIGSEGV in __strlen_avx2()

2018-02-20 Thread Jean-Baptiste Lallement
** 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/1750558

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

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

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

[Bug 1750570] Re: gnome-shell crashed with SIGSEGV in meta_window_get_monitor()

2018-02-20 Thread Apport retracing service
*** This bug is a duplicate of bug 1724439 ***
https://bugs.launchpad.net/bugs/1724439

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 #1724439, 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/1750570/+attachment/5058893/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1724439
   gnome-shell crashed with SIGSEGV in meta_window_get_monitor() from 
ffi_call_unix64() from ffi_call() from gjs_invoke_c_function() from 
function_call()

** 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-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1750570

Title:
  gnome-shell crashed with SIGSEGV in meta_window_get_monitor()

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

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

[Bug 1721428] Re: Artful (17.10) Session logout after screen turned off

2018-02-20 Thread Thomas Mortagne
Here are the reported issues (thanks @jrstravino for the apport fix to send 
them to the right place):
* https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1750570
* https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1750572

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

Title:
  Artful (17.10) Session logout after screen turned off

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

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

[Bug 1750403] Re: Live Session - Increased memory usage with preinstalled snap (fails to start with - gnome-session timeout)

2018-02-20 Thread Jean-Baptiste Lallement
Increasing the memory of the guest to 2GB fixes the problem.

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

Title:
  Live Session - Increased memory usage with preinstalled snap (fails to
  start with - gnome-session timeout)

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

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

[Bug 1552792] Re: gnome software leaves dependencies installed

2018-02-20 Thread AsciiWolf
I don't have the ETH anymore, but I will send $600 via PayPal to the one
who fixes this issue.

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

Title:
  gnome software leaves dependencies installed

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

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

[Bug 1721428] Re: Artful (17.10) Session logout after screen turned off

2018-02-20 Thread Thomas Mortagne
I used ubuntu-bug but no idea what issue has been created from it since
it's not indicating anything. I just got new .upload and uploaded files
added to /var/crash/.

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

Title:
  Artful (17.10) Session logout after screen turned off

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

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

[Bug 1750352] JournalErrors.txt

2018-02-20 Thread monkeydri
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1750352/+attachment/5058890/+files/JournalErrors.txt

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

Title:
  gnome-shell freeze on key press  while high CPU load

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

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

[Bug 1750352] ProcEnviron.txt

2018-02-20 Thread monkeydri
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1750352/+attachment/5058892/+files/ProcEnviron.txt

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

Title:
  gnome-shell freeze on key press  while high CPU load

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

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

[Bug 1750352] ProcCpuinfoMinimal.txt

2018-02-20 Thread monkeydri
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1750352/+attachment/5058891/+files/ProcCpuinfoMinimal.txt

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

Title:
  gnome-shell freeze on key press  while high CPU load

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

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

[Bug 1750352] GsettingsChanges.txt

2018-02-20 Thread monkeydri
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1750352/+attachment/5058889/+files/GsettingsChanges.txt

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

Title:
  gnome-shell freeze on key press  while high CPU load

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

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

[Bug 1750352] Re: gnome-shell freeze on key press while high CPU load

2018-02-20 Thread monkeydri
apport information

** Tags added: apport-collected artful wayland-session

** Description changed:

  This bug happens randomly (once an hour), on keyboard input in different
  apps, ex Firefox address bar, Alfred launcher or Gnome Overview.
  
  I could not find steps to reproduce (tried reducing keyboard interval
  and repeated keypress following STRs from #1731420 but it did not
  freeze, though CPU use increased).
  
  System is completely frozen, cannot switch to TTY, but music continues
  to play. Sometimes it logs out but most of the time I have to force
  reboot by long pressing the shutdown key.
  
  syslog show message : "Key repeat discarded, Wayland compositor doesn't
  seem to be processing events fast enough!" multiple times.
  
  Looks similar to bug https://bugzilla.gnome.org/show_bug.cgi?id=777693
  
  Ubuntu 17.10 with Gnome session on wayland.
  Gnome-Shell 3.26.2-0ubuntu0.1
+ --- 
+ ApportVersion: 2.20.7-0ubuntu3.7
+ Architecture: amd64
+ CurrentDesktop: GNOME
+ DisplayManager: lightdm
+ DistroRelease: Ubuntu 17.10
+ InstallationDate: Installed on 2017-11-28 (83 days ago)
+ InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
+ Package: gnome-shell 3.26.2-0ubuntu0.1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
+ Tags:  artful wayland-session
+ Uname: Linux 4.13.0-32-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip i2c input libvirt lpadmin plugdev sambashare sudo 
wireshark www-data
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1750352/+attachment/505/+files/Dependencies.txt

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

Title:
  gnome-shell freeze on key press  while high CPU load

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

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

[Bug 1721428] Re: Artful (17.10) Session logout after screen turned off

2018-02-20 Thread Thomas Mortagne
OK so it's actually a bit random actually. Even with all extensions
disabled in gnome-tweak-tool the session sometimes crash and sometimes
stay.

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

Title:
  Artful (17.10) Session logout after screen turned off

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

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

[Bug 1721428] Re: Artful (17.10) Session logout after screen turned off

2018-02-20 Thread Thomas Mortagne
For some weird reason gnome-tweak-tool is telling me that Ubuntu
extensions are not enabled but I guess it's a visual bug since I don't
have the problem anymore if I use the top bar button to disable all
extensions at once. So it definitely seems to be in one of the Ubuntu
extensions but no idea which once since I can't disable them separately.

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

Title:
  Artful (17.10) Session logout after screen turned off

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

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

[Bug 1750559] Re: gnome-shell crashed with signal 5 in g_log_default_handler()

2018-02-20 Thread Apport retracing service
*** This bug is a duplicate of bug 1748450 ***
https://bugs.launchpad.net/bugs/1748450

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 #1748450, 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/1750559/+attachment/5058865/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1748450
   gnome-shell crashed with SIGTRAP in _g_log_abort() from 
g_log_default_handler() from default_log_handler(message="Connection to 
xwayland lost") from g_logv() from g_log() from 

** 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-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1750559

Title:
  gnome-shell crashed with signal 5 in g_log_default_handler()

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

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

[Bug 1721428] Re: Artful (17.10) Session logout after screen turned off

2018-02-20 Thread Thomas Mortagne
I reproduce the same thing with a pretty standard Ubuntu 17.10 (but
upgraded from 17.04) in which I did not installed any extension (which
mean I only have the system Ubuntu ones: "Ubuntu AppIndicators" and
"Ubuntu Dock"). I wanted to try to disable those extension to check but
it does not seems to be possible (at least not from
https://extensions.gnome.org/local/).

My system is a Nuc Arches Canyon Nuc6cayh.

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

Title:
  Artful (17.10) Session logout after screen turned off

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

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

[Bug 1750098] Re: Ubuntu software shows snaps as installed even if it failed to install

2018-02-20 Thread Danilo
** Description changed:

- As statet on https://forum.snapcraft.io/t/ubuntu-software-shows-snaps-
+ As stated on https://forum.snapcraft.io/t/ubuntu-software-shows-snaps-
  as-installed-even-if-it-failed-to-install/4054
  
  When a snap fails to install, Software center still shows the download
  as completed

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

Title:
  Ubuntu software shows snaps as installed even if it failed to install

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

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

[Bug 1750548] [NEW] Need some way to show multiple banners

2018-02-20 Thread Alan Pope  濾
Public bug reported:

While GNOME Software allows one banner to be shown, it would be great to
have multiple banners in rotation. Having multiple banners would enable
us to rotate around a bunch of promoted applications rather than have
one application stuck there for a while.

A discussion was had on the forum. https://forum.snapcraft.io/t
/supporting-multiple-featured-snaps-in-gnome-software/3124/7

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

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

Title:
  Need some way to show multiple banners

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

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

[Bug 1745188] Re: gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2 → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi

2018-02-20 Thread Raghavan Santhanam
<< reposting my previous comment in the aligned format as there seems to
be no option to edit it >>

Hello,

I encountered this abort/crash with gnome-calculator and finally got rid
of it as under. 

I manually built and installed the latest mpfr/mpfc/gmp source code and
binaries for building gcc-7.3 which turned out to be extremely
frustrating and energy-draining. So, after installing those hand-built
mpfr/mpfc/gmp binaries, I happened to launch the calculator(gnome-
calculator) from the quick launch side-bar(yes, I still have Unity on
17.10!) and its icon was animating as usual for few seconds and nothing
was happening after that. So, I tried to launch it from terminal - it
showed the abort/crash error that this bug reports :
"../../src/init2.c:52: MPFR assertion failed: p >= 2 && p <= 
((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))".

After searching for the above error, I stumbled upon this bug report, and
I tried to downgrade back to the default Ubuntu-repo version via "apt
install" - that didn't solve the issue. I tried to build and install
mpfr-4.0.0 version - didn't change the crash behavior.

Tried building and installing mpfr-3.1.6/5 - didn't work. Manually
removed the installed libraries(libmpfr*) from /usr/lib/* and /usr/local
/lib/* and redid the installation - both "apt install" and build-install
method from source for the reported mpfr-3.1.6 - didn't help. I had also
tried to modify mpfr-4.0.1's source code to use precision 2 instead of 1
and also bunch of the other assert-macros logic for disabling the
assertion(abort) - didn't help.

Downgraded mpc* as well as gmp* to older versions by building from their
sources and installing them - didn't help.

So, basically, I tried to put my system back to the previous state before
I started meddling with the mpfr/gmp/mpc all for building gcc-7.3 from
its source - huge cost paid!

Tried the extreme cases out though not relevant as I could already figure
out but did them anyway to get back the "calculator" : reinstalled the
kernel(I know kernel has nothing to do with mpfr!), rebooted the PC, and
so on - didn't help.

Finally, I paid close attention to the error stating that this assertion
was from "init2.c:52", so I located this 52nd source code line inside
mpfr-3.1.6/src/init2.c and *disabled* the assertion by commenting it out
as my last attempt to get back the system to successfully launch gnome
-calculator, rebuilt and installed it - boom! I got the gnome-calculator
back.

Below is what I commented out. I thought this was not necessary as
MPFR_PREC_MIN was already 2 and not 1 as mentioned here in this proposed
bug report/fix. Anyway.


  /* p=1 is not allowed since the rounding to nearest even rule requires at
 least two bits of mantissa: the neighbours of 3/2 are 1*2^0 and 1*2^1,
 which both have an odd mantissa */
  //MPFR_ASSERTN(p >= MPFR_PREC_MIN && p <= MPFR_PREC_MAX);


I confirmed that MPFR_PREC_MIN was 2 as told in here in this bug report
and not 1 as in 4.0.1. But, even then the above assertion was failing
causing abort/crash for gnome-calculator. Below is what I have in
mpfr-3.1.6/src/mpfr.h(unchanged).


/* Definition of precision limits without needing  */
/* Note: the casts allows the expression to yield the wanted behavior
   for _MPFR_PREC_FORMAT == 1 (due to integer promotion rules). */
#define MPFR_PREC_MIN 2
#define MPFR_PREC_MAX ((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))


Hope my above change help those banging their head to fix this super
-annoying crash, until it's fixed in the mpfr* codebase/release as needed.

Cheers,
Raghavan

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

Title:
  gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2
  → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi

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

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

[Bug 1745188] Re: gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2 → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi

2018-02-20 Thread Raghavan Santhanam
Hello,

I encountered this abort/crash with gnome-calculator and finally got rid
of it as under.

I manually built and installed the latest mpfr/mpfc/gmp source code and 
binaries for
building gcc-7.3 which turned out to be extremely frustrating and 
energy-draining.
So, after installing those hand-built mpfr/mpfc/gmp binaries, I happened to 
launch the calculator(gnome-calculator) from the quick launch side-bar(yes, I 
still have Unity on
17.10!) and its icon was animating as usual for few seconds and nothing was 
happening
after that. So, I tried to launch it from terminal - it showed the abort/crash 
error
that this bug reports :
"../../src/init2.c:52: MPFR assertion failed: p >= 2 && p <= 
((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))".

After searching for the above error, I stumbled upon this bug report, and I 
tried to
downgrade back to the default Ubuntu-repo version via "apt install" - that 
didn't solve
the issue. I tried to build and install mpfr-4.0.0 version - didn't change the 
crash behavior.
Tried building and installing mpfr-3.1.6/5 - didn't work. Manually removed the 
installed
libraries(libmpfr*) from /usr/lib/* and /usr/local/lib/* and redid the 
installation - both
"apt install" and build-install method from source for the reported mpfr-3.1.6 
- didn't help.
I had also tried to modify mpfr-4.0.1's source code to use precision 2 instead 
of 1 and also
bunch of the other assert-macros logic for disabling the assertion(abort) - 
didn't help.

Downgraded mpc* as well as gmp* to older versions by building from their 
sources and installing
them - didn't help.

So, basically, I tried to put my system back to the previous state before I 
started meddling
with the mpfr/gmp/mpc all for building gcc-7.3 from its source - huge cost paid!

Tried the extreme cases out though not relevant as I could already figure out 
but did them
anyway to get back the "calculator" : reinstalled the kernel(I know kernel has 
nothing
to do with mpfr!), rebooted the PC, and so on - didn't help.

Finally, I paid close attention to the error stating that this assertion was 
from "init2.c:52",
so I located this 52nd source code line inside mpfr-3.1.6/src/init2.c and 
*disabled* the
assertion by commenting it out as my last attempt to get back the system to 
successfully
launch gnome-calculator, rebuilt and installed it - boom! I got the 
gnome-calculator back.
Below is what I commented out. I thought this was not necessary as 
MPFR_PREC_MIN was already 2
and not 1 as mentioned here in this proposed bug report/fix. Anyway.


  /* p=1 is not allowed since the rounding to nearest even rule requires at
 least two bits of mantissa: the neighbours of 3/2 are 1*2^0 and 1*2^1,
 which both have an odd mantissa */
  //MPFR_ASSERTN(p >= MPFR_PREC_MIN && p <= MPFR_PREC_MAX);


I confirmed that MPFR_PREC_MIN was 2 as told in here in this bug report and not 
1 as in 4.0.1.
But, even then the above assertion was failing causing abort/crash for 
gnome-calculator.
Below is what I have in mpfr-3.1.6/src/mpfr.h(unchanged).


/* Definition of precision limits without needing  */
/* Note: the casts allows the expression to yield the wanted behavior
   for _MPFR_PREC_FORMAT == 1 (due to integer promotion rules). */
#define MPFR_PREC_MIN 2
#define MPFR_PREC_MAX ((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))


Hope my above change help those banging their head to fix this super-annoying
crash, until it's fixed in the mpfr* codebase/release as needed.

Cheers,
Raghavan

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

Title:
  gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2
  → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi

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

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

[Bug 1750534] [NEW] Channel selector doesn't look like a button

2018-02-20 Thread Alan Pope  濾
Public bug reported:

In GNOME Software the channel selection item is a green label, but
doesn't look like a click-able button. It should be more obviously
clickable, so that users understand how to switch channel.

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

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

Title:
  Channel selector doesn't look like a button

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

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

[Bug 1750533] [NEW] Proprietary software is labelled red

2018-02-20 Thread Alan Pope  濾
Public bug reported:

Proprietary software delivered as snaps in GNOME Software is highlighted
red in the software details. While it's great that we show the license
for software, it's not ideal that the implication of the colours is that
free=good, proprietary=bad. We should provide software and enable users
to make an informed choice what they install, but not make the
implication that it's a bad choice.

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

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

Title:
  Proprietary software is labelled red

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

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

[Bug 1750403] Re: Live Session - Increased memory usage with preinstalled snap (fails to start with - gnome-session timeout)

2018-02-20 Thread Jean-Baptiste Lallement
** Summary changed:

- Live session fails to start with preinstalled snap packages - gnome-session 
timeout
+ Live Session - Increased memory usage with preinstalled snap (fails to start 
with - gnome-session timeout)

** Changed in: gnome-session (Ubuntu)
   Importance: Critical => Medium

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

Title:
  Live Session - Increased memory usage with preinstalled snap (fails to
  start with - gnome-session timeout)

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

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

[Bug 1750522] Re: gnome-shell crashed with signal 5

2018-02-20 Thread Apport retracing service
*** This bug is a duplicate of bug 1748450 ***
https://bugs.launchpad.net/bugs/1748450

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 #1748450, 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/1750522/+attachment/5058726/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1748450
   gnome-shell crashed with SIGTRAP in _g_log_abort() from 
g_log_default_handler() from default_log_handler(message="Connection to 
xwayland lost") from g_logv() from g_log() from 

** Information type changed from Private Security to Public Security

** Tags removed: need-amd64-retrace

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

Title:
  gnome-shell crashed with signal 5

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

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

[Bug 1724259] Re: Infinite loop in lid_switch_keyboard_event() from post_device_event()

2018-02-20 Thread Daniel van Vugt
** No longer affects: gnome-shell (Ubuntu)

** No longer affects: gnome-shell (Ubuntu Artful)

** Summary changed:

- Infinite loop in lid_switch_keyboard_event() from post_device_event()
+ gnome-shell 100% CPU: Infinite loop in lid_switch_keyboard_event() from 
post_device_event()

** Tags removed: verification-needed verification-needed-artful
** Tags added: verification-done verification-done-artful

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

Title:
  gnome-shell 100% CPU: Infinite loop in lid_switch_keyboard_event()
  from post_device_event()

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

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

[Bug 1724259] Re: Infinite loop in lid_switch_keyboard_event() from post_device_event()

2018-02-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  gnome-shell 100% CPU: Infinite loop in lid_switch_keyboard_event()
  from post_device_event()

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

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

[Bug 1749925] Re: gnome-shell at 100% after waking up from sleep, screen frozen 2

2018-02-20 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1724259 ***
https://bugs.launchpad.net/bugs/1724259

** This bug is no longer a duplicate of bug 1750511
   Infinite loop in lid_switch_keyboard_event()
** This bug has been marked a duplicate of bug 1724259
   Infinite loop in lid_switch_keyboard_event() from post_device_event()

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

Title:
  gnome-shell at 100% after waking up from sleep, screen frozen 2

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

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

[Bug 1749424] Re: gnome-shell at 100% after waking up from sleep, screen frozen

2018-02-20 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1724259 ***
https://bugs.launchpad.net/bugs/1724259

** This bug is no longer a duplicate of bug 1750511
   Infinite loop in lid_switch_keyboard_event()
** This bug has been marked a duplicate of bug 1724259
   Infinite loop in lid_switch_keyboard_event() from post_device_event()

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

Title:
  gnome-shell at 100% after waking up from sleep, screen frozen

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

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

[Bug 1724259] Re: Infinite loop in lid_switch_keyboard_event() from post_device_event()

2018-02-20 Thread Daniel van Vugt
** Summary changed:

- gnome-shell frozen and using 100% CPU after docking and display configuration 
change
+ Infinite loop in lid_switch_keyboard_event() from post_device_event()

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

Title:
  gnome-shell 100% CPU: Infinite loop in lid_switch_keyboard_event()
  from post_device_event()

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

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

[Bug 1750511] Re: gnome-shell crashed with SIGABRT in lid_switch_keyboard_event()

2018-02-20 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1724259 ***
https://bugs.launchpad.net/bugs/1724259

Thanks.

It looks like this was a libinput bug, and was fixed in libinput 1.8.4

You can try the proposed fix here:
https://launchpad.net/ubuntu/+source/libinput/1.8.4-0ubuntu0.17.10.1

** Information type changed from Private to Public

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

** Bug watch added: freedesktop.org Bugzilla #103298
   https://bugs.freedesktop.org/show_bug.cgi?id=103298

** Also affects: libinput via
   https://bugs.freedesktop.org/show_bug.cgi?id=103298
   Importance: Unknown
   Status: Unknown

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

** Summary changed:

- gnome-shell crashed with SIGABRT in lid_switch_keyboard_event()
+ Infinite loop in lid_switch_keyboard_event()

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

Title:
  Infinite loop in lid_switch_keyboard_event()

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

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

[Bug 1749925] Re: gnome-shell at 100% after waking up from sleep, screen frozen 2

2018-02-20 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1750511 ***
https://bugs.launchpad.net/bugs/1750511

** This bug is no longer a duplicate of bug 1749424
   gnome-shell at 100% after waking up from sleep, screen frozen
** This bug has been marked a duplicate of private bug 1750511

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

Title:
  gnome-shell at 100% after waking up from sleep, screen frozen 2

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

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

[Bug 1749424] Re: gnome-shell at 100% after waking up from sleep, screen frozen

2018-02-20 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1750511 ***
https://bugs.launchpad.net/bugs/1750511

Thanks. Let's continue in bug 1750511.

** This bug has been marked a duplicate of private bug 1750511

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

Title:
  gnome-shell at 100% after waking up from sleep, screen frozen

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

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

[Bug 1750403] Re: Live session fails to start - gnome-session timeout

2018-02-20 Thread Jean-Baptiste Lallement
The diff of squashfs shows that it coincides with the seeding of snap
packages

+squashfs-root/var/lib/snapd/seed
+squashfs-root/var/lib/snapd/seed/assertions
+squashfs-root/var/lib/snapd/seed/assertions/core_3887.assert
+squashfs-root/var/lib/snapd/seed/assertions/generic.account
+squashfs-root/var/lib/snapd/seed/assertions/generic.account-key
+squashfs-root/var/lib/snapd/seed/assertions/generic-classic.model
+squashfs-root/var/lib/snapd/seed/assertions/gnome-3-26-1604_27.assert
+squashfs-root/var/lib/snapd/seed/assertions/gnome-calculator_75.assert
+squashfs-root/var/lib/snapd/seed/seed.yaml
+squashfs-root/var/lib/snapd/seed/snaps
+squashfs-root/var/lib/snapd/seed/snaps/core_3887.snap
+squashfs-root/var/lib/snapd/seed/snaps/gnome-3-26-1604_27.snap
+squashfs-root/var/lib/snapd/seed/snaps/gnome-calculator_75.snap


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

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

Title:
  Live session fails to start with preinstalled snap packages - gnome-
  session timeout

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

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

[Bug 1750403] Re: Live session fails to start - gnome-session timeout

2018-02-20 Thread Jean-Baptiste Lallement
** Patch added: "20180214_20180219.squashfs.diff"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1750403/+attachment/5058684/+files/20180214_20180219.squashfs.diff

** Summary changed:

- Live session fails to start - gnome-session timeout
+ Live session fails to start with preinstalled snap packages - gnome-session 
timeout

** Description changed:

  Ubuntu Desktop Bionic 20180219 on VM
  
  The session fails to start. There is the following message in the
  journal:
  
  Feb 19 16:01:54 ubuntu gnome-session[1469]: gnome-session-binary[1469]: 
WARNING: Application 'org.gnome.Shell.desktop' failed to register before timeout
  Feb 19 16:01:54 ubuntu gnome-session-binary[1469]: WARNING: Application 
'org.gnome.Shell.desktop' failed to register before timeout
  Feb 19 16:01:54 ubuntu gnome-session-binary[1469]: Unrecoverable failure in 
required component org.gnome.Shell.desktop
  Feb 19 16:01:54 ubuntu gnome-session[1469]: gnome-session-binary[1469]: 
CRITICAL: We failed, but the fail whale is dead. Sorry
  Feb 19 16:01:54 ubuntu gnome-session-binary[1469]: CRITICAL: We failed, but 
the fail whale is dead. Sorry
  Feb 19 16:01:54 ubuntu at-spi-bus-launcher[1582]: XIO:  fatal IO error 11 
(Resource temporarily unavailable) on X server ":0"
  Feb 19 16:01:54 ubuntu at-spi-bus-launcher[1582]:   after 21 requests (21 
known processed) with 0 events remaining.
+ 
+ On hardware boot time is slow but there is no timeout.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-session (not installed)
  ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
  Uname: Linux 4.13.0-32-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Feb 19 17:04:42 2018
  InstallationDate: Installed on 2013-09-03 (1629 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130902)
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-session
  UpgradeStatus: Upgraded to bionic on 2018-01-26 (24 days ago)

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

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

Title:
  Live session fails to start with preinstalled snap packages - gnome-
  session timeout

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

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

[Bug 1749424] Re: gnome-shell at 100% after waking up from sleep, screen frozen

2018-02-20 Thread Patrik Jelinko
Hi Daniel,

I have uploaded the crash dump for gnome-shell to #1750511

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

Title:
  gnome-shell at 100% after waking up from sleep, screen frozen

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

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