[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2013-06-17 Thread Ubuntu Foundations Team Bug Bot
The attachment "change "server_minor >= 8" to "server_minor == 8" at
line 241" seems to be a patch.  If it isn't, please remove the "patch"
flag from the attachment, remove the "patch" tag, and if you are a
member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123631

Title:
  vncviewer -listen allows connections from UltraVNC SC clients, but
  doesn't display the window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tightvnc/+bug/123631/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2013-06-17 Thread Q
Hi, at least in my case the problem was that the "SingleClick" VNC
server reported the protocol version 3.16 and the client's top version
was the infamous 3.8 ; unfortunately, the client thinks that 3.8 is the
maximum version that would be available ever and behaves
(in)appropriately.

In my case the solution was fixing the code to use protocol version 3.3
when uncertain and using "hextile" for the encoding parameter ( i.e.
replacing ">= 8" to "== 8" in the file 'rfbproto.c' at line 241 ) :

1.

sudo apt-get install build-essential xutils-dev # and may be sth else; 
basically you'll need make & gcc
sudo apt-get build-dep xtightvncviewer

2.
wget http://www.tightvnc.com/download/1.3.10/tightvnc-1.3.10_unixsrc.tar.gz
tar xzvf tightvnc-1.3.10_unixsrc.tar.gz

patch -p0 = 8" comparison near
line 241 with a simple check for "== 8" ;

(b) there are two more ">= 8" entries in the protocol file, I didn't
explore that, as the listen mode was all I wanted .



** Patch added: "change "server_minor >= 8" to "server_minor == 8" at line 241"
   
https://bugs.launchpad.net/ubuntu/+source/tightvnc/+bug/123631/+attachment/3705529/+files/rfbproto.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123631

Title:
  vncviewer -listen allows connections from UltraVNC SC clients, but
  doesn't display the window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tightvnc/+bug/123631/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2011-11-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: vnc4 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123631

Title:
  vncviewer -listen allows connections from UltraVNC SC clients, but
  doesn't display the window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tightvnc/+bug/123631/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2010-06-03 Thread Bug Watch Updater
** Changed in: tightvnc (Debian)
   Status: Unknown => Confirmed

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2010-06-03 Thread EvanCarroll
Actually, svnc doesn't use 3.8

Proto: RFB 003.016

Setting RFB version to 3.3 for UltraVNC Single Click.

Connected to RFB server, using protocol version 3.3
Security-Type: 1 (rfbSecTypeNone)  Latency: 4.53 ms
No authentication needed

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2010-06-03 Thread EvanCarroll
I just wanted to buzz back. Use `ssvnc` it has the same syntax for
`-listen`, but works with RHB 3.8, and opens a Window.

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2010-06-03 Thread EvanCarroll
two bug reports upstream for this already.
http://sourceforge.net/tracker/?func=detail&aid=1737746&group_id=14067&atid=114067
http://sourceforge.net/tracker/?func=detail&aid=2959724&group_id=14067&atid=114067

** Bug watch added: SourceForge.net Tracker #1737746
   http://sourceforge.net/support/tracker.php?aid=1737746

** Bug watch added: SourceForge.net Tracker #2959724
   http://sourceforge.net/support/tracker.php?aid=2959724

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2010-06-03 Thread EvanCarroll
** Bug watch added: Debian Bug tracker #477664
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477664

** Also affects: tightvnc (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477664
   Importance: Unknown
   Status: Unknown

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2010-04-22 Thread Dan Stieneke
Single-click using RealVNC 4.1

aamonster is right, that's how I've been doing it, but here's the
details:

1) Place the following files into the same directory: 
  * 7zr.exe (from the 7zip extras file @ 
http://sourceforge.net/projects/sevenzip/files/7-Zip/4.65/7z465_extra.7z/download)
  * 7zS.sfx (from the same place. Optionally UPX compress this file)
  * winvnc4.exe (from http://realvnc.com/products/free/4.1/download.html)
  * MakeSC.cmd as shown here
==Begin MakeSC.cmd==
set exeFILE=NewSingleClick.exe
set clean=1
set zFILE=NewSC.7z
set confFILE=config.txt

echo ;!...@install@!UTF-8! > %confFILE%
echo ExecuteFile="go.bat" >> %confFILE%
echo ;!...@installend@! >> %confFILE%

7zr a %zFILE% winvnc4.exe go.bat -m0=BCJ2 -m1=LZMA:d25:fb255 -m2=LZMA:d19 
-m3=LZMA:d19 -mb0:1 -mb0s1:2 -mb0s2:3 -mx
copy /b 7zS.sfx + %confFILE% + %zFILE% %exeFILE%
if "%clean%"=="1" (
del %zFILE%
del %confFILE%
)
==End MakeSC.cmd==
  * go.bat as shown here
==Begin go.bat==
:: Must use start because winvnc4.exe does NOT return...
:: /B = don't start a separate CMD window
@echo off
start /b winvnc4.exe > nul
echo This program starts a "standalone" version of winvnc4. 
echo It may fail if you have winvnc4 installed and running as a service.

goto SkipSingleConnection
set HOST=192.168.31.23
:: There needs to be a delay between the 1st call to winvnc4 and the 2nd, 
either via menu or ping
ping localhost -n 3 > nul 
goto CONNECT
:SkipSingleConnection

echo.
echo After the green/blue/red on white "Vnc" icon appears in your taskbar, 
echo choose one of the following:
echo.
echo 1 - Bob's machine
echo 2 - Joe's machine
echo.
set /p MACHINE=Enter the number representing the target machine: 
goto Machine%MACHINE%
:Machine1
set HOST=192.168.1.2
goto CONNECT
:Machine2
set HOST=joe.example.com
goto CONNECT
:CONNECT
echo Attempting to connect to %HOST%
winvnc4.exe -connect %HOST% > nul

echo.
echo **
echo Close this windows to stop sharing your screen
echo **
echo.
title * Close this window to stop sharing your screen *
==Begin go.bat==
   
2) Modify MakeSC.cmd and go.bat as appropriate:
  a. set IP addresses
  b. change exeFILE to the preferred name of the final file
  c. set clean to 1 to delete temporary files, anything else to leave them in 
place
3) Run MakeNewSC.cmd
4) Run your new "NewSingleClick.exe". If you UPX'd the .sfx, it should be under 
300K

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2010-02-22 Thread aamonster
Solved: instead of buggy sc created 7zip sfx installer archive with
contains winvnc.exe + batch file to run it. The same functionality, but
size ~600k.

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2010-01-22 Thread scottuss
Any more information about this?

My current "workaround" is having a laptop with Hardy running on it,
ideally I want to upgrade to Karmic or Fedora 12, something which I
can't do right now because only the Hardy version of tightvnc viewer
will work with SC.

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2010-01-19 Thread Jurgis Pralgauskis
people report that ssvnc might help as workaround

http://ubuntuforums.org/showpost.php?p=8299617&postcount=118

** Also affects: baltix
   Importance: Undecided
   Status: New

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2009-12-17 Thread Diego Nartallo
Same problem.
Karmic
2.6.31-15-generic

xtightvncviewer and xvnc4viewer

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2009-12-15 Thread RL
any update on this fix ? I'm having the same problem, any work around  
available ? 
Thanks

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2009-12-01 Thread David Rahrer
I'm on Karmic with the same issue.  Commenting to subscribe and
hopefully gain some solution.

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2009-11-23 Thread unggnu
>From the UltraVNC forum:
"sc is build with the old rfb protocol and use some non official rfb numbers.
( The whole thing was made before the rfb 3.4 was out)

If not using a ultravnc viewer, the viewer should tell he support 3.3 else
the server get confused and connection fails."

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2009-11-23 Thread scottuss
Yes, I can confirm that this bug is present in Karmic. Does anyone know
what's happening with this?

I'll try the workaround listed above

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2009-10-21 Thread unggnu
Still an issue in Karmic and also xvnc4viewer is affected.

** Also affects: vnc4 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2009-02-15 Thread lumbricus
The temporary solution suggested by orgoj in comment #9 is working for me, 
thanks!
It was quite easy to install (althought my first impression of the website was 
different). I just downloaded this file:

http://downloads.sourceforge.net/ssvnc/ssvnc_unix_only-1.0.22.tar.gz

...extracted it to something like /usr/local/bin and made the symlinks
as suggested in the README:

 cd /usr/local/bin
 ln -s ssvnc/bin/{s,t}* .

and then  'tightvncviewer -listen' is doing it's job (Ubuntu 8.10).

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2009-01-28 Thread exactt
@jptechnical: use the vncviewer mentioned here 
https://bugs.launchpad.net/ubuntu/+source/tightvnc/+bug/123631/comments/9 to 
make it work in intrepid.
for scrolling in the other direction use the right mouse button...

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2009-01-27 Thread jptechnical
Tried the binaries for enhanced xtightvncviewer, unfortunately the
scroll bars only work one way, but that was the case with the repo
version as well. When I tried Intrepid I found that xtightvncviewer
would not work listening either... which forced me back to hardy. So
far, the only vnc viewer for linux I have tried that works in -listen is
xtightvncviewer and it is IMHO more buggy than xvnc4viewer, and I need
to test again to be sure but I didn't find anything that worked in 8.10.

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2009-01-16 Thread exactt
same problem here on latest intrepid amd64. was working before on hardy
without problems.

** Changed in: vnc4 (Ubuntu)
   Status: New => Confirmed

** Changed in: tightvnc (Ubuntu)
Sourcepackagename: vnc4 => tightvnc

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2008-11-03 Thread orgoj
Temporary solution is use binnary from
http://www.karlrunge.com/x11vnc/ssvnc.html, working fine.

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2008-11-03 Thread orgoj
Same error in 8.10

xvnc4viewer -listen 53755

VNC Viewer Free Edition 4.1.1 for X - built Apr 16 2008 13:02:40
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.

Mon Nov  3 21:57:00 2008
 main:Listening on port 53755


Mon Nov  3 21:57:06 2008
 CConn:   Accepted connection from 192.168.1.65::2750
 CConnection: Server supports RFB protocol version 3.16
 CConnection: Using RFB protocol version 3.8

Mon Nov  3 21:57:41 2008
 main:End of stream
^C
Mon Nov  3 21:57:45 2008
 main:CleanupSignalHandler called

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2008-07-14 Thread Kamus
same here and works for me too : )

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2008-01-29 Thread jac0b
The above solution worked for me also.

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2007-11-13 Thread Derek Buranen
Figured i'd share the comment from the duplicate bug:
https://bugs.launchpad.net/ubuntu/+source/libvncserver/+bug/158798

If you do "sudo apt-get remove xvnc4viewer" (which also removes ubuntu-
desktop unfortunately), then all is well again as the command xvncviewer
will use the old version that worked.

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2007-11-12 Thread albuntu
You'r right. I forgot the viewer... :-)
I tried it yeasterday again. When my brother connects with UltraVNC SC 
everything works fine. But when a freind of mine trys to connect with (with the 
same client) I also get an error.
Thats very strange.

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2007-11-11 Thread Derek Buranen
albuntu:  for the record, it's 'xtightvncviewer -listen' and that
totally does not work with UltraVNC's SC software in Gutsy.

In Feisty, yes.  In Gutsy, nope.  Thanks for trying though.

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2007-11-10 Thread albuntu
I also have this problem.
You could use xtightvnc instead. This one works.
Open a terminal and type: xtightvnc -listen

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123631] Re: vncviewer -listen allows connections from UltraVNC SC clients, but doesn't display the window

2007-11-08 Thread Alex
Hello. 
I too have this problem.

-- 
vncviewer -listen allows connections from UltraVNC SC clients, but doesn't 
display the window
https://bugs.launchpad.net/bugs/123631
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs