Skip to content

pluginSystray: Sorry, the systray icon is only available on Windows so far #119

@unsystemizer

Description

@unsystemizer
$ sudo python2 nmcontrol.py --daemon=0 --debug=1 start
2016-05-27 11:21:15,283 - __main__ - INFO - #######################################################
2016-05-27 11:21:15,286 - __main__ - DEBUG - DEBUG MODE 1 (set from console)
2016-05-27 11:21:15,318 - __main__ - DEBUG - launching service serviceDNS
2016-05-27 11:21:16,068 - __main__ - DEBUG - launching plugin pluginData
2016-05-27 11:21:16,086 - __main__ - DEBUG - launching plugin pluginDns
2016-05-27 11:21:16,094 - __main__ - DEBUG - launching plugin pluginHttp
2016-05-27 11:21:16,328 - __main__ - DEBUG - launching plugin pluginNamespaceDomain
2016-05-27 11:21:16,334 - __main__ - DEBUG - launching plugin pluginRpc
2016-05-27 11:21:16,341 - __main__ - DEBUG - launching plugin pluginSystray
2016-05-27 11:21:16,349 - plugin - DEBUG - Plugin domain parent starting
2016-05-27 11:21:16,352 - plugin - DEBUG - Plugin http parent starting
2016-05-27 11:21:16,355 - pluginHttp - DEBUG - Starting HTTP server...
2016-05-27 11:21:16,356 - plugin - DEBUG - Plugin dns parent starting
2016-05-27 11:21:16,358 - plugin - DEBUG - Plugin data parent starting
2016-05-27 11:21:16,360 - plugin - DEBUG - Plugin dns parent starting
2016-05-27 11:21:16,361 - pluginNamespaceDomain - DEBUG - Set up DNS handlers, len = 1
Bottle v0.12.9 server starting up (using WSGIRefServer())...
Listening on http://127.0.0.2:8080/
Hit Ctrl-C to quit.

2016-05-27 11:21:16,361 - plugin - DEBUG - Plugin dns parent start
2016-05-27 11:21:16,383 - serviceDNS - DEBUG - Service dns started
2016-05-27 11:21:16,390 - __main__ - INFO - Plugins started : domain, http, dns, systray
2016-05-27 11:21:16,392 - plugin - DEBUG - Plugin systray parent starting
2016-05-27 11:21:16,394 - plugin - DEBUG - Plugin main parent starting
2016-05-27 11:21:16,399 - plugin - DEBUG - Plugin rpc parent starting
2016-05-27 11:21:16,402 - pluginRpc - INFO - nmc-manager: unable to listen on port
2016-05-27 11:21:16,398 - pluginSystray - DEBUG - Systray.py: Plugin systray parent start
Traceback (most recent call last):
  File "nmcontrol.py", line 169, in <module>
    main()
  File "nmcontrol.py", line 160, in main
    app['plugins']['main'].start2()
  File "/nmcontrol-master/lib/plugin.py", line 68, in start2
    return self.pStart()
  File "/nmcontrol-master/plugin/pluginMain.py", line 18, in pStart
    app['plugins']['rpc'].start2()
  File "/nmcontrol-master/lib/plugin.py", line 68, in start2
    return self.pStart()
  File "/nmcontrol-master/plugin/pluginRpc.py", line 40, in pStart
    log.debug("pStart", excinfo=1)
  File "/usr/lib/python2.7/logging/__init__.py", line 1155, in debug
    self._log(DEBUG, msg, args, **kwargs)
  File "/nmcontrol-master/lib/mylogging.py", line 40, in _log
    Logger._log(self, level, msg, args, **kwargs)
TypeError: _log() got an unexpected keyword argument 'excinfo'
2016-05-27 11:21:16,409 - pluginSystray - INFO - pluginSystray: Sorry, the systray icon is only available on Windows so far.
  • Ubuntu 16.04 on armhf

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/34619670-pluginsystray-sorry-the-systray-icon-is-only-available-on-windows-so-far?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions