[Touch-packages] [Bug 1051891] Re: Kernel crash shows confusing UI text

2020-07-14 Thread Ioana Lasc
** Changed in: apport
 Assignee: Jaroslavas Karmazinas (cheops) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1051891

Title:
  Kernel crash shows confusing UI text

Status in Apport:
  Triaged
Status in apport package in Ubuntu:
  Invalid

Bug description:
  apport trunk r2483

  If there is a kernel crash or oops, apport-gtk shows the "Ubuntu has
  experienced an internal error" message:

  elif report_type == 'KernelCrash' or report_type == 'KernelOops':
  ...
  self.w('title_label').set_label('%s' %
  
self.get_system_application_title())
  ...
  def get_system_application_title(self):
  ...
  else:
  if 'DistroRelease' not in self.report:
  self.report.add_os_info()
  t = _('Sorry, %s has experienced an internal error.') % 
self.report['DistroRelease']
  return t

  This is appropriate for an oops, because the UI will appear shortly
  afterward. But it isn't appropriate for a kernel crash, because Ubuntu
  will have restarted since the error. In that case, it should instead
  show the text "Ubuntu has restarted after experiencing an internal
  error." 

  It may save time to fix bug 1043392 at the same time as this bug.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1051891] Re: Kernel crash shows confusing UI text

2020-07-08 Thread Jaroslavas Karmazinas
** Changed in: apport
 Assignee: (unassigned) => Jaroslavas Karmazinas (cheops)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1051891

Title:
  Kernel crash shows confusing UI text

Status in Apport:
  Triaged
Status in apport package in Ubuntu:
  Invalid

Bug description:
  apport trunk r2483

  If there is a kernel crash or oops, apport-gtk shows the "Ubuntu has
  experienced an internal error" message:

  elif report_type == 'KernelCrash' or report_type == 'KernelOops':
  ...
  self.w('title_label').set_label('%s' %
  
self.get_system_application_title())
  ...
  def get_system_application_title(self):
  ...
  else:
  if 'DistroRelease' not in self.report:
  self.report.add_os_info()
  t = _('Sorry, %s has experienced an internal error.') % 
self.report['DistroRelease']
  return t

  This is appropriate for an oops, because the UI will appear shortly
  afterward. But it isn't appropriate for a kernel crash, because Ubuntu
  will have restarted since the error. In that case, it should instead
  show the text "Ubuntu has restarted after experiencing an internal
  error." 

  It may save time to fix bug 1043392 at the same time as this bug.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1051891] Re: Kernel crash shows confusing UI text

2020-05-06 Thread Marcus Tomlinson
This issue has sat incomplete for more than 60 days now. I'm going to
close it as invalid. Please feel free re-open if this is still an issue
for you. Thank you.

** Changed in: apport (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1051891

Title:
  Kernel crash shows confusing UI text

Status in Apport:
  Triaged
Status in apport package in Ubuntu:
  Invalid

Bug description:
  apport trunk r2483

  If there is a kernel crash or oops, apport-gtk shows the "Ubuntu has
  experienced an internal error" message:

  elif report_type == 'KernelCrash' or report_type == 'KernelOops':
  ...
  self.w('title_label').set_label('%s' %
  
self.get_system_application_title())
  ...
  def get_system_application_title(self):
  ...
  else:
  if 'DistroRelease' not in self.report:
  self.report.add_os_info()
  t = _('Sorry, %s has experienced an internal error.') % 
self.report['DistroRelease']
  return t

  This is appropriate for an oops, because the UI will appear shortly
  afterward. But it isn't appropriate for a kernel crash, because Ubuntu
  will have restarted since the error. In that case, it should instead
  show the text "Ubuntu has restarted after experiencing an internal
  error." 

  It may save time to fix bug 1043392 at the same time as this bug.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1051891] Re: Kernel crash shows confusing UI text

2020-03-05 Thread Marcus Tomlinson
This release of Ubuntu is no longer receiving maintenance updates. If
this is still an issue on a maintained version of Ubuntu please let us
know.

** Changed in: apport (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1051891

Title:
  Kernel crash shows confusing UI text

Status in Apport:
  Triaged
Status in apport package in Ubuntu:
  Incomplete

Bug description:
  apport trunk r2483

  If there is a kernel crash or oops, apport-gtk shows the "Ubuntu has
  experienced an internal error" message:

  elif report_type == 'KernelCrash' or report_type == 'KernelOops':
  ...
  self.w('title_label').set_label('%s' %
  
self.get_system_application_title())
  ...
  def get_system_application_title(self):
  ...
  else:
  if 'DistroRelease' not in self.report:
  self.report.add_os_info()
  t = _('Sorry, %s has experienced an internal error.') % 
self.report['DistroRelease']
  return t

  This is appropriate for an oops, because the UI will appear shortly
  afterward. But it isn't appropriate for a kernel crash, because Ubuntu
  will have restarted since the error. In that case, it should instead
  show the text "Ubuntu has restarted after experiencing an internal
  error." 

  It may save time to fix bug 1043392 at the same time as this bug.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1051891] Re: Kernel crash shows confusing UI text

2015-07-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apport (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1051891

Title:
  Kernel crash shows confusing UI text

Status in Apport:
  Triaged
Status in apport package in Ubuntu:
  Confirmed

Bug description:
  apport trunk r2483

  If there is a kernel crash or oops, apport-gtk shows the Ubuntu has
  experienced an internal error message:

  elif report_type == 'KernelCrash' or report_type == 'KernelOops':
  ...
  self.w('title_label').set_label('bigb%s/b/big' %
  
self.get_system_application_title())
  ...
  def get_system_application_title(self):
  ...
  else:
  if 'DistroRelease' not in self.report:
  self.report.add_os_info()
  t = _('Sorry, %s has experienced an internal error.') % 
self.report['DistroRelease']
  return t

  This is appropriate for an oops, because the UI will appear shortly
  afterward. But it isn't appropriate for a kernel crash, because Ubuntu
  will have restarted since the error. In that case, it should instead
  show the text Ubuntu has restarted after experiencing an internal
  error. https://wiki.ubuntu.com/ErrorTracker#kernel-crash

  It may save time to fix bug 1043392 at the same time as this bug.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp