[Touch-packages] [Bug 1713808] Re: please switch the default bug category to something else than "Display"

2017-10-30 Thread Launchpad Bug Tracker
[Expired for apport (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  please switch the default bug category to something else than
  "Display"

Status in apport package in Ubuntu:
  Expired

Bug description:
  People use ubuntu-bug to file bugs, and they get a dialog which has
  the default bug category selected as "Display (X.org)". Looks like
  many don't bother to change that, so please switch the default to
  "Other problem" so that 'xorg' doesn't get to be the default target
  for poor quality bugs.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: apport 2.20.1-0ubuntu2.10
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportLog: Error: [Errno 13] Lupa evätty: '/var/log/apport.log'
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports: 644:0:115:6370:2017-08-28 14:06:11.247022082 +0300:2017-08-28 
14:06:11.247022082 +0300:/var/crash/i915-4.7-4.4-dkms.0.crash
  CurrentDesktop: Unity
  Date: Tue Aug 29 22:55:21 2017
  InstallationDate: Installed on 2016-01-12 (595 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1713808/+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 1713808] Re: please switch the default bug category to something else than "Display"

2017-08-31 Thread Brian Murray
Do you have any examples of these poor quality bugs?

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

Title:
  please switch the default bug category to something else than
  "Display"

Status in apport package in Ubuntu:
  Incomplete

Bug description:
  People use ubuntu-bug to file bugs, and they get a dialog which has
  the default bug category selected as "Display (X.org)". Looks like
  many don't bother to change that, so please switch the default to
  "Other problem" so that 'xorg' doesn't get to be the default target
  for poor quality bugs.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: apport 2.20.1-0ubuntu2.10
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportLog: Error: [Errno 13] Lupa evätty: '/var/log/apport.log'
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports: 644:0:115:6370:2017-08-28 14:06:11.247022082 +0300:2017-08-28 
14:06:11.247022082 +0300:/var/crash/i915-4.7-4.4-dkms.0.crash
  CurrentDesktop: Unity
  Date: Tue Aug 29 22:55:21 2017
  InstallationDate: Installed on 2016-01-12 (595 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1713808/+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 1713808] Re: please switch the default bug category to something else than "Display"

2017-08-29 Thread Timo Aaltonen
this would put "Other" in the top

--- a/apport/ui.py  2017-08-29 22:53:02.0 +0300
+++ b/apport/ui.py  2017-08-29 23:47:24.476337087 +0300
@@ -618,10 +619,8 @@
 
 symptom_descriptions, symptom_names = \
 zip(*sorted(zip(symptom_descriptions, symptom_names)))
-symptom_descriptions = list(symptom_descriptions)
-symptom_names = list(symptom_names)
-symptom_names.append(None)
-symptom_descriptions.append('Other problem')
+symptom_descriptions = ['Other problem'] + list(symptom_descriptions)
+symptom_names = [None] + list(symptom_names)
 
 ch = self.ui_question_choice(_('What kind of problem do you want to 
report?'),
  symptom_descriptions, False)

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

Title:
  please switch the default bug category to something else than
  "Display"

Status in apport package in Ubuntu:
  New

Bug description:
  People use ubuntu-bug to file bugs, and they get a dialog which has
  the default bug category selected as "Display (X.org)". Looks like
  many don't bother to change that, so please switch the default to
  "Other problem" so that 'xorg' doesn't get to be the default target
  for poor quality bugs.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: apport 2.20.1-0ubuntu2.10
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportLog: Error: [Errno 13] Lupa evätty: '/var/log/apport.log'
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports: 644:0:115:6370:2017-08-28 14:06:11.247022082 +0300:2017-08-28 
14:06:11.247022082 +0300:/var/crash/i915-4.7-4.4-dkms.0.crash
  CurrentDesktop: Unity
  Date: Tue Aug 29 22:55:21 2017
  InstallationDate: Installed on 2016-01-12 (595 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1713808/+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 1713808] Re: please switch the default bug category to something else than "Display"

2017-08-29 Thread Timo Aaltonen
huh, "Other problem" doesn't seem to do anything but say that a package
is needed..

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

Title:
  please switch the default bug category to something else than
  "Display"

Status in apport package in Ubuntu:
  New

Bug description:
  People use ubuntu-bug to file bugs, and they get a dialog which has
  the default bug category selected as "Display (X.org)". Looks like
  many don't bother to change that, so please switch the default to
  "Other problem" so that 'xorg' doesn't get to be the default target
  for poor quality bugs.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: apport 2.20.1-0ubuntu2.10
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportLog: Error: [Errno 13] Lupa evätty: '/var/log/apport.log'
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports: 644:0:115:6370:2017-08-28 14:06:11.247022082 +0300:2017-08-28 
14:06:11.247022082 +0300:/var/crash/i915-4.7-4.4-dkms.0.crash
  CurrentDesktop: Unity
  Date: Tue Aug 29 22:55:21 2017
  InstallationDate: Installed on 2016-01-12 (595 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1713808/+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 1713808] Re: please switch the default bug category to something else than "Display"

2017-08-29 Thread Timo Aaltonen
ok the magic happens in apport/ui.py

** Package changed: apport-symptoms (Ubuntu) => apport (Ubuntu)

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

Title:
  please switch the default bug category to something else than
  "Display"

Status in apport package in Ubuntu:
  New

Bug description:
  People use ubuntu-bug to file bugs, and they get a dialog which has
  the default bug category selected as "Display (X.org)". Looks like
  many don't bother to change that, so please switch the default to
  "Other problem" so that 'xorg' doesn't get to be the default target
  for poor quality bugs.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: apport 2.20.1-0ubuntu2.10
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportLog: Error: [Errno 13] Lupa evätty: '/var/log/apport.log'
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports: 644:0:115:6370:2017-08-28 14:06:11.247022082 +0300:2017-08-28 
14:06:11.247022082 +0300:/var/crash/i915-4.7-4.4-dkms.0.crash
  CurrentDesktop: Unity
  Date: Tue Aug 29 22:55:21 2017
  InstallationDate: Installed on 2016-01-12 (595 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1713808/+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