kubuntu-notification-helper 14.04ubuntu2 source package in Ubuntu

Changelog

kubuntu-notification-helper (14.04ubuntu2) trusty; urgency=low

  * Only display apport events for *.crash files.
  * Change the apportEvent slot to accept a file argument for atomic file name
    checks.
  * Introduce apport crash file validity check (must end in .crash & must
    be readable by the user & must not have .upload file & must not have
    .uploaded file).
    This greatly reduces pointless notification triggers.
  * Set VERSION_STRING via debian/rules, passed as define through cmake.
  * Use VERSION_STRING define instead of hardcoding versions.
  * Rename CMake project from notificationhelper to kubuntu-notification-helper
  * whoopsie-integration-set:
    + Add new class CrashFile to apportevent.h
      This class has the properties validity and autouploadallowed. Former
      is representing regular validity as mentioned above and latter checks
      for the presence of a .drkonq-accept file allowing upload via whoopsie
      without going through apport-kde.
    + Add new function to the module ::apportDirEvent() isolating directory
      batch checking when param path isEmpty.
    + Add new function to ApportEvent ::batchUploadAllowed() uploading
      all crashes that have been cleared by drkonqi without going through
      apport-kde.
    + For each file, regardless of processed in ::apportDirEvent (dir) or
      ::apportEvent (single file), a CrashFile instance is created and if
      autoUploadAllowed is true a script is invoked to batch upload all
      reports without GUI confirmation through whoopsie.
    + Add script whoopsie-upload-all (derived from apport's version) which
      will auto-upload all crashes with a .drkonqi-accept file.
 -- Harald Sitter <email address hidden>   Thu, 12 Dec 2013 12:44:39 +0100

Upload details

Uploaded by:
Harald Sitter
Uploaded to:
Trusty
Original maintainer:
Kubuntu Members
Architectures:
any
Section:
kde
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
kubuntu-notification-helper_14.04ubuntu2.tar.xz 76.3 KiB 31d1f1968583050aea32e8bcd6fe440a90cb980fb4e08e2db64da0df53e32c44
kubuntu-notification-helper_14.04ubuntu2.dsc 1.3 KiB 0f3c1e35ca95cb397224b2990ed00e4eccb820f336d3111babcde866c0b9b743

Available diffs

View changes file

Binary packages built by this source

kubuntu-notification-helper: Kubuntu system notification helper

 Kubuntu Notification Helper is a daemon that presents various notifications
 to the user. It uses the KDE Daemon system as a base and presents the
 notifications using the KDE Notification system. It also includes a
 System Settings module for configuring the daemon. Kubuntu Notification
 Helper is lightweight and fully integrated with KDE.
 .
 Current features include:
  - Notifications for Apport crashes.
  - Notifications for upgrade information, when available.
  - Notifications for the availability restrictively-licensed packages.
  - Notifications for when upgrades require a reboot to complete.
  - All notifications can be hidden temporarily or permanently.

kubuntu-notification-helper-dbg: Kubuntu Notification Helper debugging symbols

 This package contains debugging symbols for Kubuntu Notification Helper.
 When Kubuntu Notification Helper crashes, in most cases this package is
 needed to get a backtrace that is useful for developers. If you have
 experienced a Kubuntu Notification Helper crash without this package
 installed, please install it, try to reproduce the problem and fill a bug
 report with a new backtrace attached.