Version: (using KDE KDE 3.5.2) Installed from: SuSE RPMs OS: Linux I'm using the vncserver for different users at the same time on a remote server. Although kdrc stores the password in kdewallet it seems that kdrc does not store the connection specific address (e.g. host:1, host:2) but only the hostname. So if one is using on the same host more than one vnc session, the first attempt to connect to this host by using the stored password always fails, if another connection, using a different password was used before. Example: - run two vnc session on the the host "HOST1" for the users "USER1" and "USER2". For both sessions, different password are used. The vnc connections for these sessions are HOST1:2 and HOST1:3 - Connect to USER1 on HOST1:2 You are prompted for the password (correct behaviour) - Connect to USER2 on HOST1:3 kdr tries to use the password stored for HOST1:2, which fails, because the sessions use different passwords. You have to restart the connection and reenter the password for Host1:3 - - Connect to USER1 on HOST1:2 The connection fails again, because now the password for USER2 on vnc HOST1:3 is used..... So it would be nice, if not only the hostname is stored, but also the vnc specific screen definition, to allow multiple logons on the same server with different passwords
SVN commit 691520 by uwolfer: Move the almost rewritten KRDC (Google Summer of Code project) back to trunk. Discussed on release team mailing list. The following issues are resolved with the new version. More issues should be resolved too, but they need some more review. If you have again a problem, please open a new bug report. #49970: Fullscreen doesn't work with xinerama #59026: Synchronize KRDC with LibVNCClient #69635: Full screen mode changes X resolution, but does not recenter window #69636: closing KRDC while in full screen mode does not restore the screen #74767: redraw problems with krdc #116934: report bug entry missing #121146: window title should include host connection type #123346: Dock icons not themeable #127002: Enhancement request: Add Desktop number for storing passwords in kdewallet for vnc connections #127034: can not send esc keystroke to remote machine inside krdc #132367: kwallet integration only stores the password, username needed as well for some viewers #136049: RFE: use tabbed interface #136462: Password in link ignored #137141: do not send current unix username to server #137182: turning fullscreen changes resolution, not the window size #141783: krdc doesn't works with --fullscreen option #146210: keystrokes are poorly transferred BUGS: 49970, 59026, 69635, 69636, 74767, 116934, 121146, 123346, 127002, 127034, 132367, 136049, 136462, 137141, 137182, 141783, 146210 A krdc (directory) branches/work/soc-krdc/krdc#691519