lp:kubuntu-notification-helper

Created by Jonathan Thomas and last modified
Get this branch:
bzr branch lp:kubuntu-notification-helper
Members of Kubuntu Packagers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Kubuntu Packagers
Project:
Kubuntu Notification Helper
Status:
Development

Recent revisions

293. By Jonathan Riddell

fix .desktop file

292. By Jonathan Riddell

sync with archive

291. By Harald Sitter

* Fix a logic error with init handling -> explicitly set the init bool to
  true/false, previously it would always be true as a return was missing
* Fix cmake based lazy timeout setting
* Move driverevent apt init to show() to make object construction cheaper
  and take advantage of lazy init

290. By Harald Sitter

Order driverevent LP: #1282470

289. By Harald Sitter

Set dbusinterface timeout to highest possible value to prevent timeouts
when the dbus helper is tediously slow (LP: #1303209)

288. By Harald Sitter

* Work around a bug in ubuntu-drivers-common not reporting the vbox
  dkms driver as recommended. Previously recommended && !installed were the
  primary requirements for a driver notification. Now we will also consider
  the possible-driver-list-length. If the list only has one entry we will
  show a notification even if that one entry is not recommended.
* Add a kDebug to the module's ::init to see when the lazy init timer
  actually runs out.

287. By Harald Sitter

* Port driverevent to new dbus API, needs some code copy for marshalling
  as doing an automarshall to variant types somehow does not work
  as expected.
  + This repairs driver availability notification
* Instead of harcoding the init delay, allow definition through cmake,
  debian/rules now defines the standard 3 minute delay while manual builds
  will default to 1second. This removes the need to manually twiddle the
  value when one wants to test changes.

286. By Harald Sitter

* Catch another source of PermissionError in whoopsie-upload-all,
  this should now handle all sources of permission errors LP: #1281884
* Implement simple unique application tracking by registering on dbus,
  this prevents multiple invocation triggers. Also, the long
  upload timeout is less concerning with a unique application.
  + Depends on python3-dbus
* Upload timeout reduced from 30 minutes to 15 minutes. This is just as
  arbitrary a value, but really 15 minutes should be more than enough time
  for most systems. With a 30 minute timeout and a bad connection one
  can easily get into a situation where upload-all is running 24/7, reducing
  the timeout improves this at least slightly.
* Try apport report add_*() and except (OSError, SystemError, ValueError) to
  prevent unhandled exceptions when the system runs out of disk space for
  example LP: #1292766

285. By Rohan Garg

* Fix LP: #1282107 by making the kcm write PCI values
  and the kded module reading them.

284. By Rohan Garg

Merge
[ Harald Sitter ]
* Catch PermissionError in whoopsie-upload-all open()
* Bump standards version from 3.9.4 to 3.9.5

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers