Bug 1402575 - Terminator won't start
Summary: Terminator won't start
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: terminator
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dominic Hopf
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-07 20:38 UTC by Davide Maglio
Modified: 2017-01-02 12:21 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-02 12:21:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Davide Maglio 2016-12-07 20:38:52 UTC
Description of problem:
After last update won't start, when i try to open from gnome-terminal: 
```
[davidemaglio@thinkpad-t450s ~]$ terminator
ERROR:dbus.proxies:Introspect error on :1.288:/net/tenshu/Terminator2: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
  File "/usr/bin/terminator", line 105, in <module>
    ipc.new_window_cmdline(optionslist)
  File "/usr/lib/python2.7/site-packages/terminatorlib/ipc.py", line 178, in _exec
    func(proxy, *args, **argd)
  File "/usr/lib/python2.7/site-packages/terminatorlib/ipc.py", line 184, in new_window_cmdline
    session.new_window_cmdline(options)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
```

Version-Release number of selected component (if applicable):
1.90-5.fc25

How reproducible:
Start from terminal or directly from menu

Steps to Reproduce:
1. Open the app
2. ....
3.

Actual results:


Expected results:


Additional info:

Comment 1 Matt Rose 2016-12-08 01:21:53 UTC
I'm not seeing this on my f25 desktop at all, neither the one from my fresh install.  Judging from the stack trace it looks like your dbus daemon is not responding to dbus messages.

What happens if you run "terminator -u"?

Comment 2 Matt Rose 2016-12-08 01:29:06 UTC
Also, can you run "terminator -d" and attach the output?

Comment 3 Davide Maglio 2016-12-08 08:27:32 UTC
(In reply to Matt Rose from comment #2)
> Also, can you run "terminator -d" and attach the output?

[davidemaglio@thinkpad-t450s ~]$ terminator -d
ConfigBase::__init__: Borg::__init__: Preparing borg state for ConfigBase
noclass::get_config_dir: Found config dir: /home/davidemaglio/.config
ConfigBase::load: looking for config file: /home/davidemaglio/.config/terminator/config
ConfigBase::load: config validated successfully
ConfigBase::load: ConfigBase::load: Processing section: global_config
ConfigBase::load: ConfigBase::load: Processing section: keybindings
ConfigBase::load: ConfigBase::load: Processing section: profiles
ConfigBase::load: ConfigBase::load: Processing profile: default
ConfigBase::load: ConfigBase::load: Processing profile: solarized-dark
ConfigBase::load: ConfigBase::load: Processing profile: solarized-light
ConfigBase::load: ConfigBase::load: Processing section: layouts
ConfigBase::load: ConfigBase::load: Processing layouts: default
ConfigBase::load: ConfigBase::load: Processing section: plugins
Config::set_profile: Config::set_profile: Changing profile to default
noclass::parse_options: OptionParse::parse_options: command line options: {'nodbus': None, 'classname': None, 'working_directory': None, 'select': None, 'fullscreen': None, 'layout': 'default', 'debug_classes': None, 'version': None, 'role': None, 'forcedicon': None, 'config': '/home/davidemaglio/.config/terminator/config', 'profile': None, 'debug_methods': None, 'maximise': None, 'debug': 1, 'borderless': None, 'new_tab': None, 'hidden': None, 'dummy': None, 'execute': None, 'geometry': None, 'command': None, 'forcedtitle': None}
ConfigBase::load: ConfigBase::load: config already loaded
Config::set_profile: Config::set_profile: Changing profile to default
ConfigBase::get_item: ConfigBase::get_item: dbus found in globals: True
function::with_proxy: dbus client call: new_window_cmdline
function::with_proxy: dbus client call: new_tab_cmdline
function::with_proxy: dbus client call: new_window
function::with_proxy: dbus client call: new_tab
function::with_proxy: dbus client call: hsplit
function::with_proxy: dbus client call: vsplit
function::with_proxy: dbus client call: get_terminals
function::with_proxy: dbus client call: get_window
function::with_proxy: dbus client call: get_window_title
function::with_proxy: dbus client call: get_tab
function::with_proxy: dbus client call: get_tab_title
DBusService::__init__: Borg::__init__: Preparing borg state for DBusService
DBusService::prepare_attributes: Checking for bus name availability: net.tenshu.Terminator20x20309d54defed5d4
DBusService::prepare_attributes: bus name unavailable: net.tenshu.Terminator20x20309d54defed5d4
noclass::<module>: Unable to become master process, operating via DBus
noclass::<module>: Requesting a new window
ERROR:dbus.proxies:Introspect error on :1.288:/net/tenshu/Terminator2: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
  File "/usr/bin/terminator", line 105, in <module>
    ipc.new_window_cmdline(optionslist)
  File "/usr/lib/python2.7/site-packages/terminatorlib/ipc.py", line 178, in _exec
    func(proxy, *args, **argd)
  File "/usr/lib/python2.7/site-packages/terminatorlib/ipc.py", line 184, in new_window_cmdline
    session.new_window_cmdline(options)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Comment 4 Davide Maglio 2016-12-08 08:29:02 UTC
(In reply to Matt Rose from comment #1)
> I'm not seeing this on my f25 desktop at all, neither the one from my fresh
> install.  Judging from the stack trace it looks like your dbus daemon is not
> responding to dbus messages.
> 
> What happens if you run "terminator -u"?

[davidemaglio@thinkpad-t450s ~]$ terminator -u

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:90:25: The style property GtkPaned:handle-size is deprecated and shouldn't be used anymore. It will be removed in a future version

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:385:8: not a number

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:385:17: Using Pango syntax for the font: style property is deprecated; please use CSS syntax

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:453:56: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:623:68: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:636:70: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:648:67: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:660:70: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:669:70: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:681:68: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:691:70: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:704:67: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:715:70: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:724:70: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:744:72: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:754:72: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:775:69: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:819:56: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:933:72: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:943:74: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:956:58: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:967:72: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:976:74: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:1019:56: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:1133:71: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:1143:73: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:1156:58: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:1167:72: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:1176:73: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:1295:56: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:2103:58: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:2264:56: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:2270:56: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:2277:56: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:2324:67: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:2333:69: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:2342:69: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:2351:72: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:2391:54: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:2396:56: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:2909:72: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:3218:17: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:4439:58: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:4463:72: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:4474:74: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:4483:71: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:4492:74: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:4500:74: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:4901:55: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:5365:68: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:5374:70: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:5383:67: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:5392:70: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:5400:70: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:5447:9: Not using units is deprecated. Assuming 'px'.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:5447:9: Expected a string.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:5674:16: not a number

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:5674:16: Expected a string.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6359:14: not a number

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6359:14: Expected a string.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6364:10: not a number

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6364:24: Using Pango syntax for the font: style property is deprecated; please use CSS syntax

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6378:23: The '-gtk-image-effect' property has been renamed to '-gtk-icon-effect'

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6386:14: not a number

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6386:14: Expected a string.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6388:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6438:13: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6551:16: The 'outline-radius' property has been renamed to '-gtk-outline-radius'

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6574:52: The :prelight pseudo-class is deprecated. Use :hover instead.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6627:14: not a number

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6627:14: Expected a string.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6937:10: Not using units is deprecated. Assuming 'px'.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:6937:10: Expected a string.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7284:12: not a number

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7284:12: Expected a string.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7292:14: not a number

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7292:14: Expected a string.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7301:16: not a number

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7301:16: Expected a string.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7306:14: not a number

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7306:14: Expected a string.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7370:68: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7379:70: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7388:67: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7397:70: Using one color stop with linear-gradient() is deprecated.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7405:12: Expected a string.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7408:16: not a number

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7408:16: Expected a string.

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7416:12: not a number

(terminator:8224): Gtk-WARNING **: Theme parsing error: gtk.css:7416:12: Expected a string.

and now i can see terminator. but normally no. "terminator -h" don't work:
[davidemaglio@thinkpad-t450s ~]$ terminator -h
Traceback (most recent call last):
  File "/usr/bin/terminator", line 68, in <module>
    OPTIONS = terminatorlib.optionparse.parse_options()
  File "/usr/lib/python2.7/site-packages/terminatorlib/optionparse.py", line 109, in parse_options
    (options, args) = parser.parse_args()
  File "/usr/lib64/python2.7/optparse.py", line 1400, in parse_args
    stop = self._process_args(largs, rargs, values)
  File "/usr/lib64/python2.7/optparse.py", line 1444, in _process_args
    self._process_short_opts(rargs, values)
  File "/usr/lib64/python2.7/optparse.py", line 1551, in _process_short_opts
    option.process(opt, value, values, self)
  File "/usr/lib64/python2.7/optparse.py", line 789, in process
    self.action, self.dest, opt, value, values, parser)
  File "/usr/lib64/python2.7/optparse.py", line 811, in take_action
    parser.print_help()
  File "/usr/lib64/python2.7/optparse.py", line 1670, in print_help
    file.write(self.format_help().encode(encoding, "replace"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1115: ordinal not in range(128)

Comment 5 Matt Rose 2016-12-10 20:26:19 UTC
What language are you using?  That's really weird that -h doesn't work.

can you paste the output of "echo $LANG"?

Comment 6 Davide Maglio 2017-01-02 12:21:11 UTC
after an update and a reboot works correctly(In reply to Matt Rose from comment #5)
> What language are you using?  That's really weird that -h doesn't work.
> 
> can you paste the output of "echo $LANG"?

LANG = it_IT@utf8

after an update and a reboot works correctly


Note You need to log in before you can comment on or make changes to this bug.