After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 666205 - "Share My Desktop" doesn't work with XMPP in 11.10
"Share My Desktop" doesn't work with XMPP in 11.10
Status: RESOLVED DUPLICATE of bug 651960
Product: vino
Classification: Applications
Component: Server
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: Vino Maintainer(s)
Vino Maintainer(s)
: 666318 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-12-14 21:25 UTC by Bilal Shahid
Modified: 2012-04-24 10:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bilal Shahid 2011-12-14 21:25:14 UTC
Originally reported at:
  https://bugs.launchpad.net/bugs/881664

Share My Desktop in Ubuntu 11.10 seems to be broken. The user receives no feedback, and nothing interesting happens. Doesn't appear to matter what version the client is using. The XMPP server is OpenFire 3.6.

Release:	Ubuntu 11.10 (freshly installed)
Empathy Version: 3.2.0.1-0ubuntu1


Relevant Empathy debug logs attached.
Comment 1 Guillaume Desmottes 2011-12-15 10:36:19 UTC
mcd-DEBUG: 10/25/2011 15:23:23.838489: _mcd_dispatch_operation_handle_channels_cb: error: Process /usr/lib/vino/vino-server exited with status 1
mcd-DEBUG: 10/25/2011 15:23:23.838550: _mcd_dispatch_operation_set_handler_failed: All possible handlers failed: failing with the last error
mcd-DEBUG: 10/25/2011 15:23:23.838587: _mcd_dispatch_operation_close_as_undispatchable: Process /usr/lib/vino/vino-server exited with status 1
mcd-DEBUG: 10/25/2011 15:23:23.838625: _mcd_dispatch_operation_finish: Result: Process /usr/lib/vino/vino-server exited with status 1

Looks like vino is crashing. Can you please

- gdb  /usr/lib/vino/vino-server
- Hit 'r' to start it once it's loaded in gdb
- Try to offer a tube
- Once vino crashed in gdb type 'bt full' and attach the output here.
Comment 2 Bilal Shahid 2011-12-16 13:24:45 UTC
sir 
the bug is solved the reporter in down stream said that the bug is solved.so close it
Comment 3 Bilal Shahid 2011-12-19 14:44:22 UTC
*** Bug 666318 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2011-12-19 14:52:43 UTC
Closing as per comment 2.
Comment 5 Bilal Shahid 2011-12-19 14:56:33 UTC
no the  bug is still present thats why i have reopen the bug.
Comment 6 André Klapper 2011-12-19 15:21:48 UTC
Then please answer comment 1.
Comment 7 Bilal Shahid 2011-12-19 15:35:02 UTC
bilal@bilal-ThinkPad-T60:~$ gdb  /usr/lib/vino/vino-server
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/lib/vino/vino-server...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/lib/vino/vino-server 
[Thread debugging using libthread_db enabled]
[New Thread 0xb7d5eb70 (LWP 3809)]

** (vino-server:3806): WARNING **: The desktop sharing service is not enabled, so it should not be run.
[Thread 0xb7d5eb70 (LWP 3809) exited]
[Inferior 1 (process 3806) exited with code 01]
(gdb) tube
Undefined command: "tube".  Try "help".
(gdb) 


see i cant understand the offering of tube how to offer that?
Comment 8 Guillaume Desmottes 2012-01-06 15:11:07 UTC
I see, vino is exiting because it's disabled in gsettings:

  if (!g_settings_get_boolean (vino.settings, "enabled"))
    {
      g_warning ("The desktop sharing service is not "
                 "enabled, so it should not be run.");
      return 1;
    }


Maybe it should still work as a tube handler in that case?
Comment 9 Bilal Shahid 2012-04-23 17:46:33 UTC
any work around
Comment 10 Guillaume Desmottes 2012-04-24 08:29:08 UTC
*** Bug 651960 has been marked as a duplicate of this bug. ***
Comment 11 Guillaume Desmottes 2012-04-24 10:28:07 UTC
Closing as a dup of bug #651960 as I attached my patches to this one.

*** This bug has been marked as a duplicate of bug 651960 ***