Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (217 - 219 of 230)

Ticket
#153
Description

I downloaded and installed 0.12.4 on my OSX client. There used to be a right-hand-side "tray" menu that I don't see anymore. I can find no way to run applications and Winswitch is unusable.

There are now some left-hand side menus ("Servers", "Windows", "Desktops") that I don't recall from before. Maybe they're meant to replace the tray menu?

  • Under "Servers", "New Connection" and <myserver> work.
  • Under "Windows", "Start Application" doesn't do anything. This is the only item in the "Windows" menu.
  • Under "Desktops", "Start Desktop" doesn't do anything. "Main Unix Display on <server>" does bring up a dialog.
#160
Description

This happens on some distributions that ship old versions of Python-Twisted (older than 10.x?) - the user will not be able to use their SSH key with Window Switch because of this.

This causes stacktraces like this one:

[II] 2011/08/09 17:41:05 ConchUserAuth.ok(################,False)
[EE] 2011/08/09 17:41:05 ConchUserAuth.ok((...),False) cannot load private key
[ee] 2011/08/09 17:41:05 Traceback (most recent call last):
[ee] 2011/08/09 17:41:05   File "/usr/lib/pymodules/python2.6/winswitch/net/conch_util.py", line 228, in ok
[ee] 2011/08/09 17:41:05     key = privateKeyFromFile(self.factory.private_key, new_passphrase)
[ee] 2011/08/09 17:41:05   File "/usr/lib/pymodules/python2.6/winswitch/net/conch_util.py", line 207, in privateKeyFromFile
[ee] 2011/08/09 17:41:05     return     keys.Key.fromFile(filename, passphrase=passphrase).keyObject
[ee] 2011/08/09 17:41:05   File "/usr/lib/python2.6/dist-packages/twisted/conch/ssh/keys.py", line 62, in fromFile
[ee] 2011/08/09 17:41:05     return Class.fromString(file(filename, 'rb').read(), type, passphrase)
[ee] 2011/08/09 17:41:05   File "/usr/lib/python2.6/dist-packages/twisted/conch/ssh/keys.py", line 90, in fromString
[ee] 2011/08/09 17:41:05     return method(data, passphrase)
[ee] 2011/08/09 17:41:05   File "/usr/lib/python2.6/dist-packages/twisted/conch/ssh/keys.py", line 216, in _fromString_PRIVATE_OPENSSH
[ee] 2011/08/09 17:41:05     keyData = DES3.new(decKey, DES3.MODE_CBC, iv).decrypt(b64Data)
[ee] 2011/08/09 17:41:05 ValueError: Input strings must be a multiple of 8 in length

It will occur more often now that distros are using the AES-128 cypher when generating SSH keys.

This bug is here just as a reminder that there is absolutely nothing we can do about this: it is the distribution's responsibility to fix their buggy libraries. Once again, Ubuntu is shipping buggy versions in its "stable" release... sigh

More info at zenoss.org and their ticket

#161
Description

I discussed this bug on the forum (https://winswitch.org/forum/topic/10/) and I've finally managed to get a screenshot of first bug I mentioned.

Sometimes the menu's don't expand to anything. Example: I see the local server, I click on Start Applications and the menu is empty (I just see a sliver showing something should be there, it's just not populated with anything.) However, this happens with ALL the menu options for all attached winswitch servers/connections. When this happens I can't quit the applet. However, from another system I can start applications from my that system.

See attached screenshot.

Note: See TracQuery for help on using queries.