Custom Query (230 matches)
Results (94 - 96 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#103 | fixed | No active session found | ||
Description |
shifter 0.9.11 from the Ubuntu repo Kubuntu 9.10 karmic (amd64) I don't see the session on the client side. Maybe it's related to this error (see attached log) : 2010/18/04 18:04:40 ValueError: invalid literal for int() with base 10: 'S \xb7' |
|||
#151 | worksforme | Can't connect to servers with special characters in the SSH password. | ||
Description |
Server: "Match Username" was ticked, I customized the "Sound Monitor Device", and set the Menu Size to "Small" on the client (since the menus were huge on Debian by default - a different bug I suspect). Default Desktop Screen Size was set. Everything else was using the defaults (xpra for Seamless, vnc for Desktop). I used a password on the server which contained (amongst other characters) the characters ")$;". Presumably one of these prevented the SSH connection from connecting, since the password prompt kept re-appearing. I changed the password on the Ubuntu server to only use an alphanumeric password, and then the password was accepted. |
|||
#143 | fixed | Ubuntu packages are broken because of non-existing /usr/libexec or /usr/local/libexec dirs | ||
Description |
/usr/libexec and /usr/local/libexec do not (and should not, I suppose) exist under a standard Ubuntu install, and yet the packages contain references to them. In particular, replacing them by /usr/lib/ and /usr/local/lib in /usr/lib/python2.6/winswitch/utils/paths.py at lines 126 and 128 (+/- 1) is needed for the server to start. |