View Full Version : un client vnc decente?
darkbasic
07-10-2008, 15:20
Voglio un di client che mi permetta di fare copia incolla fra la macchina a cui sono collegato e la macchina da cui mi collego e, _SOPRATTUTTO_, che non abbia quel fottutissimo maledettissimo odiosissimo cursore locale :mad:
darkbasic
08-10-2008, 18:58
up
darkbasic
13-10-2008, 10:56
Ho scoperto che il problema del copia incolla non è risolvibile nel mio caso, pazienza.
Ma possibile che non ci sia niente da fare per eliminare quel maledetto cursore locale?
vampirodolce1
13-10-2008, 11:07
Cos'e' il cursore locale? Il puntino piccolo che anticipa i movimenti del mouse?
Io comunque uso tightvnc.
darkbasic
13-10-2008, 16:47
Cos'e' il cursore locale? Il puntino piccolo che anticipa i movimenti del mouse?
Esatto, non so cosa intendi con "anticipa" comunque quel puntino rappresenta il cursorse della macchina che si connette in vnc, e se esce dallo schermo perdi di conseguenza il controllo della macchina a cui sei connesso.
Anche in tightvnc dovrebbe essere la stessa cosa, vero?
vampirodolce1
13-10-2008, 17:19
Non mi e' mai successo... quel puntino indica dove agirai col mouse sulla macchina che controlli, non appena il refresh dello schermo te lo permettera'.
Prova teamviewer
http://rafanto.net/2008/09/teamviewer-su-linux-con-wine/
darkbasic
13-10-2008, 20:26
Non mi e' mai successo... quel puntino indica dove agirai col mouse sulla macchina che controlli, non appena il refresh dello schermo te lo permettera'.
Da me è la freccetta è il cursore della macchina che controllo :eek:
Prova teamviewer
http://rafanto.net/2008/09/teamviewer-su-linux-con-wine/
Proverò..
^[H3ad-Tr1p]^
13-10-2008, 20:53
c'e' questo che va come dici tu http://www.uvnc.com/,pero' mi pare funzi solo con windows
tutmosi3
14-10-2008, 16:57
Io uso GVNCViewer ma non è possibile il copia - incolla server <-> client.
Per il server uso quello integrato in Gnone.
Non sono a conoscenza di poter effettuare copia - incolla <-> client.
Ciao
darkbasic
14-10-2008, 18:03
Io uso GVNCViewer ma non è possibile il copia - incolla server <-> client.
Per il server uso quello integrato in Gnone.
Non sono a conoscenza di poter effettuare copia - incolla <-> client.
Ciao
Il copia incolla con VNC non è un problema, il vero problema è che la macchina guest passa i dati in framebuffer alla macchina host, che pensa poi a condividerli via VNC, ergo niente copia-incolla.
Qua: http://www.csd.uwo.ca/~magi/doc/vnc/faq.html
ho trovato questo...
Can I cut and paste between the viewer and the server?
VNC supports copying and pasting of ASCII text in both directions, provided the viewer and server allow it. When the clipboard changes on the machine running the viewer, the changes are copied to the server and vice versa. Some notable exceptions:
* X has more than one method of using the clipboard and different applications do it different ways. Emacs and xterm should just work. If you find that your X application doesn't work via VNC, you can generally use the xcutsel program to copy the clipboard between the different X methods. VNC uses Cut_Buffer0, so if you select text in Unix Netscape, for example, you may need to click 'Copy PRIMARY to 0' before it is accessible at the other end of the VNC link. You can use X resources to make the button labels more meaningful. For example, here's a script:
#!/bin/sh
exec xcutsel \
-xrm '*quit.borderWidth:0' \
-xrm '*quit.height: 1' \
-xrm '*quit.label:' \
-xrm '*sel-cut.label: Clipboard: out of netscape' \
-xrm '*cut-sel.label: Clipboard: into netscape' \
-xrm '*font: -*-helvetica-*-r-*-*-*-*-*-*-*-*-*-*'
Michael Witrant has written a program to do the transfer automatically. He writes:
I'm glad to announce autocutsel version 0.1.
People using xcutsel to copy/cut and paste between VNC and an X desktop might be interested with it. I was bored clicking on xcutsel's buttons to copy/paste between GTK apps on my VNC desktop and the Windows system running vncviewer.
This tool regularly scans the primary selection and the cutbuffer 0. If one of them is changed, it updates the other one.
I don't need xcutsel anymore and have a working cut and paste between GTK (through VNC) and Windows.
You can get it there: http://www.lepton.fr/tools/autocutsel
* Java applets running in the browser cannot access the clipboard of the machine on which they are running, so the Java viewer has a clipboard button. This pops up a window displaying the contents of the remote clipboard, which should allow you to manipulate it locally.
darkbasic
14-10-2008, 22:17
Esiste anche un softwarino che automatizza la procedura, il problema è che il server vnc non è un normale server vnc, infatti non è installato sulla macchina a cui mi connetto ma alla macchina host che la virtualizza (passando in framebuffer i dati come se fosse una scheda video). Ergo niente da fare :(
Grazie comunque :)
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.