THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Daniel Hahler (blueyed) 

Attached to Project - awesome
Summary - naughty registers as listener for DBUS notifications
Task Type - Bug Report
Category - naughty
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - In naughty.lua, if capi.dbus is available, naughty unconditionally 
registers itself for DBUS notifications, preventing e.g. dunst from handling 
these.

It would be nice, if there was a separate function 
`naughty.register_for_notification`, and maybe commented by default in the 
example config.

For reference, the following can be used as a hack (in rc.lua):

    local _dbus = dbus
    dbus = nil
    local naughty = require("naughty")
    dbus = _dbus

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1223

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to