Bug 24178 - Не работает
Summary: Не работает
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: hotssh (show other bugs)
Version: unstable
Hardware: all Linux
: P3 critical
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-28 18:16 MSD by Evgenii Terechkov
Modified: 2010-09-28 18:16 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgenii Terechkov 2010-09-28 18:16:10 MSD
~ $rpm -q hotssh
hotssh-0.2.7-alt1

~ $hotssh localhost
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
/usr/lib/python2.6/site-packages/hotssh/hotvte/vtewindow.py:130: DeprecationWarning: Use the new widget gtk.Tooltip
  self.__tips = gtk.Tooltips()
Traceback (most recent call last):
  File "/usr/bin/hotssh", line 73, in <module>
    VteMain().main(SshApp)
  File "/usr/lib/python2.6/site-packages/hotssh/hotvte/vtewindow.py", line 590, in main
    w.new_tab(args, os.getcwd())
  File "/usr/lib/python2.6/site-packages/hotssh/sshwindow.py", line 1342, in new_tab
    term = SshTerminalWidget(args=args, cwd=cwd, actions=self.__action_group, **kwargs)
  File "/usr/lib/python2.6/site-packages/hotssh/sshwindow.py", line 1113, in __init__
    self.ssh_connect()
  File "/usr/lib/python2.6/site-packages/hotssh/sshwindow.py", line 1167, in ssh_connect
    self.__term = term = SshTerminalWidgetImpl(cwd=self.__cwd, cmd=self.__sshcmd, actions=self.__actions)
  File "/usr/lib/python2.6/site-packages/hotssh/sshwindow.py", line 1016, in __init__
    super(SshTerminalWidgetImpl, self).__init__(*args, **kwargs)
  File "/usr/lib/python2.6/site-packages/hotssh/hotvte/vteterm.py", line 100, in __init__
    self.__reset_colors()
  File "/usr/lib/python2.6/site-packages/hotssh/hotvte/vteterm.py", line 137, in __reset_colors
    self.__set_gtk_colors()
  File "/usr/lib/python2.6/site-packages/hotssh/hotvte/vteterm.py", line 267, in __set_gtk_colors
    self.set_colors(True, fg, bg, isdefault=True)
  File "/usr/lib/python2.6/site-packages/hotssh/hotvte/vteterm.py", line 273, in set_colors
    self.__term.set_colors(fg, bg, palette)
TypeError: foreground should be a GdkColor
[1]    29724 exit 1     hotssh localhost