~sbeattie/+junk/ubuntu-apport

« back to all changes in this revision

Viewing changes to debian/local/ubuntu-bug

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-08-04 18:50:26 UTC
  • Revision ID: james.westby@ubuntu.com-20090804185026-yf6v4ua5qpbimlh1
Tags: 1.6-0ubuntu3
* Merge trunk:
  - apport-gtk: Fix ordering of choices
  - bin/package_hook: Fix crash for subdirectories in log dir. (LP: #332350)
  - doc/package-hooks.txt: Document allowed chars in report keys.
  - Show precise error message for damaged reports.
* ubuntu-bug: Call apport-kde instead of apport-qt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
# fall back to calling whichever is available
53
53
elif [ -x /usr/share/apport/apport-gtk ]; then
54
54
    /usr/share/apport/apport-gtk $args
55
 
elif [ -x /usr/share/apport/apport-qt ]; then
56
 
    /usr/share/apport/apport-qt $args
 
55
elif [ -x /usr/share/apport/apport-kde ]; then
 
56
    /usr/share/apport/apport-kde $args
57
57
elif [ -x /usr/bin/apport-cli ]; then
58
58
    if [ -z "$TERM" ]; then
59
59
        x-terminal-emulator -e /usr/bin/apport-cli $args