Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 230)

Ticket Resolution Summary Owner Reporter
#209 fixed SVGZ application icons are not shown Antoine Martin onlyjob
Description
 [EE] 2012/09/08 23:34:28 icon_util.load_pixmap_file(/usr/share/icons/mono/scalable/apps/abiword.svgz,48)
  [ee] 2012/09/08 23:34:28 Traceback (most recent call last):
  [ee] 2012/09/08 23:34:28   File "/usr/lib/python2.7/dist-packages/winswitch/util/icon_util.py", line 71, in load_pixmap_file
  [ee] 2012/09/08 23:34:28     data = gtk_load_scaled_pixmap(filename, size_limit)
  [ee] 2012/09/08 23:34:28   File "/usr/lib/python2.7/dist-packages/winswitch/util/icon_util.py", line 38, in gtk_load_scaled_pixmap
  [ee] 2012/09/08 23:34:28     pixbuf = gtk.gdk.pixbuf_new_from_file(filename)
  [ee] 2012/09/08 23:34:28 GError: Couldn't recognize the image file format for file '/usr/share/icons/mono/scalable/apps/abiword.svgz'
  [EE] 2012/09/08 23:34:30 icon_util.load_pixmap_file(/usr/share/icons/mono/scalable/apps/synaptic.svgz,48)
  [ee] 2012/09/08 23:34:30 Traceback (most recent call last):
  [ee] 2012/09/08 23:34:30   File "/usr/lib/python2.7/dist-packages/winswitch/util/icon_util.py", line 71, in load_pixmap_file
  [ee] 2012/09/08 23:34:30     data = gtk_load_scaled_pixmap(filename, size_limit)
  [ee] 2012/09/08 23:34:30   File "/usr/lib/python2.7/dist-packages/winswitch/util/icon_util.py", line 38, in gtk_load_scaled_pixmap
  [ee] 2012/09/08 23:34:30     pixbuf = gtk.gdk.pixbuf_new_from_file(filename)
  [ee] 2012/09/08 23:34:30 GError: Couldn't recognize the image file format for file '/usr/share/icons/mono/scalable/apps/synaptic.svgz'

The problem can be fixed with the attached patch.

#57 fixed Save host key to file 'None' Antoine Martin Antoine Martin
Description
2010/08/01 06:17:22 ServerConnection.save_host_key(ServerConfig(DesktopOnline)) to file 'None'
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/shifter/ui/ui_util.py", line 326, in <lambda>
    dialog.connect('response', lambda x,y: self.ask_response_callback(x,y,cancel_callback, ok_callback))
  File "/usr/local/lib/python2.6/dist-packages/shifter/ui/ui_util.py", line 333, in ask_response_callback
    ok_callback()
  File "/usr/local/lib/python2.6/dist-packages/shifter/client/server_connection.py", line 391, in trust_server
    self.save_host_key(self.server_link.server)
  File "/usr/local/lib/python2.6/dist-packages/shifter/client/server_connection.py", line 409, in save_host_key
    save_binary_file(filename, data)
  File "/usr/local/lib/python2.6/dist-packages/shifter/util/file_io.py", line 263, in save_binary_file
    assert filename
AssertionError
#169 invalid Server not responding Antoine Martin freeman
Description

Hi, I do not know where to post this issue sorry if this is already posted.

I recently installed winswitch on a newly installed ubuntu computer.

xpra 0.7.30, nxserver, vnc server, sshserver are all installed

I try to run the the application but nothing works. When I start an application from the applet, I have a notification is says, "server not responding", or "something went wrong".

I tried by hand to run the server, and the command parser but it does not work either.

I checked Xpra and it does work manually.

I do not know what to do or change to make it work

this is the std output from the client, which seems to be the source of the problem.

> winswitch_client
[II] 2011/15/11 17:57:06 xmodmap_util.get_xmodmap(None) exec(['/usr/bin/xmodmap', '-pke'])=(keycode   8 =keycode   9 = Escape NoSymbol Escapekeycode  10 = 1 exclam 1 exclamkeycode  11 = 2 a...,)
[II] 2011/15/11 17:57:06 WinSwitchClient.populate_xkeymap() detected keymap=xkb_keymap {	xkb_keycodes  { include "evdev+aliases(qwerty)"	};	xkb_types     { include "complete...
[EE] 2011/15/11 17:57:06 client.main() caught exception, closing client
[ee] 2011/15/11 17:57:06 Traceback (most recent call last):
[ee] 2011/15/11 17:57:06   File "/usr/local/lib/python2.6/dist-packages/winswitch/client/client.py", line 85, in main
[ee] 2011/15/11 17:57:06     client.run()
[ee] 2011/15/11 17:57:06   File "/usr/local/lib/python2.6/dist-packages/winswitch/client/client_base.py", line 159, in run
[ee] 2011/15/11 17:57:06     callWhenRunning(self.ready)
[ee] 2011/15/11 17:57:06   File "/usr/local/lib/python2.6/dist-packages/winswitch/util/main_loop.py", line 87, in callWhenRunning
[ee] 2011/15/11 17:57:06     return	REACTOR.callWhenRunning(*args, **kwargs)
[ee] 2011/15/11 17:57:06 AttributeError: 'NoneType' object has no attribute 'callWhenRunning'
[II] 2011/15/11 17:57:06 WinSwitchClient.do_cleanup()
[II] 2011/15/11 17:57:06 WinSwitchClient.do_detach_all_servers() servers=[]
[EE] 2011/15/11 17:57:06 WinSwitchClient.cleanup()
[ee] 2011/15/11 17:57:06 Traceback (most recent call last):
[ee] 2011/15/11 17:57:06   File "/usr/local/lib/python2.6/dist-packages/winswitch/client/client_base.py", line 220, in cleanup
[ee] 2011/15/11 17:57:06     self.do_cleanup()
[ee] 2011/15/11 17:57:06   File "/usr/local/lib/python2.6/dist-packages/winswitch/client/client_base.py", line 232, in do_cleanup
[ee] 2011/15/11 17:57:06     callLater(0, self.stop_local_server)
[ee] 2011/15/11 17:57:06   File "/usr/local/lib/python2.6/dist-packages/winswitch/util/main_loop.py", line 85, in callLater
[ee] 2011/15/11 17:57:06     return	REACTOR.callLater(*args, **kwargs)
[ee] 2011/15/11 17:57:06 AttributeError: 'NoneType' object has no attribute 'callLater'
[II] 2011/15/11 17:57:06 client.main() exit code=1, waiting for all other threads to exit - this may take a few seconds

Note: See TracQuery for help on using queries.