Linux named notifications (#12192)
* Set name & desktop-entry on Linux notifications * DBusMock now honors verbose mode flag * Disable DBus Notification tests on ia32
This commit is contained in:
parent
9d090e00f2
commit
86af20ded0
9 changed files with 163 additions and 14 deletions
|
@ -38,6 +38,7 @@ def main():
|
|||
|
||||
if args.verbose:
|
||||
enable_verbose_mode()
|
||||
os.environ['ELECTRON_ENABLE_LOGGING'] = '1'
|
||||
|
||||
spec_modules = os.path.join(SOURCE_ROOT, 'spec', 'node_modules')
|
||||
if args.rebuild_native_modules or not os.path.isdir(spec_modules):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue