diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-22 23:07:30 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-22 23:07:30 +0000 |
commit | 13525d7b0451f0a9ca7b73e83e2f374fbfb7c1bc (patch) | |
tree | 91d4d03a4980df9a072a371578c7c1993742e838 /debian/source_indicator-sound.py | |
parent | 007ee3b3b425a31e31260c62baf789407bc8b54a (diff) | |
download | ayatana-indicator-sound-13525d7b0451f0a9ca7b73e83e2f374fbfb7c1bc.tar.gz ayatana-indicator-sound-13525d7b0451f0a9ca7b73e83e2f374fbfb7c1bc.tar.bz2 ayatana-indicator-sound-13525d7b0451f0a9ca7b73e83e2f374fbfb7c1bc.zip |
Fork from Ubuntu's indicator-sound.
Diffstat (limited to 'debian/source_indicator-sound.py')
-rw-r--r-- | debian/source_indicator-sound.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/source_indicator-sound.py b/debian/source_indicator-sound.py deleted file mode 100644 index 90e8f4f..0000000 --- a/debian/source_indicator-sound.py +++ /dev/null @@ -1,16 +0,0 @@ -import os.path -from apport.hookutils import * - -def attach_command_output(report, command_list, key): - log = command_output(command_list) - if not log or log[:5] == "Error": - return - report[key] = log - -def add_info(report): - if not apport.packaging.is_distro_package(report['Package'].split()[0]): - report['ThirdParty'] = 'True' - report['CrashDB'] = 'indicator_sound' - - if not 'StackTrace' in report: - attach_command_output(report, ['gdbus', 'call', '--session', '--dest', 'com.canonical.indicator.sound', '--object-path', '/com/canonical/indicator/sound', '--method', 'org.gtk.Actions.DescribeAll'], 'ActionStates') |