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 756746 - vino server crashes if can't find/execute vino-preferences binary file.
vino server crashes if can't find/execute vino-preferences binary file.
Status: RESOLVED FIXED
Product: vino
Classification: Applications
Component: Server
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: Vino Maintainer(s)
Vino Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-10-17 14:11 UTC by Mikhail Kurinnoi
Modified: 2015-10-19 20:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mikhail Kurinnoi 2015-10-17 14:11:34 UTC
I am using vino with XFCE, and vino server works like a charm, until you clicking on tray icon (on "Preferences" option). Since vino-preferences moved to other Gnome3 part, by some reason server crashes if can't find/execute vino-preferences binary. Is this possible to add some additional check for vino-preferences binary presence in system, or some vino-preferences binary execution routing?
The source is ./server/vino-status-icon.c, vino_status_icon_popup_menu and vino_status_icon_activate functions. Server works without crashes as soon as I disable "Preferences" tray icon menu code.
Comment 1 David King 2015-10-19 14:00:13 UTC
Thanks for the bug report. I just fixed this on master with commit 22f6575b32675ae38567efd3ed8e2362bbc9240d.
Comment 2 Pacho Ramos 2015-10-19 20:13:02 UTC
Maybe it would be interesting to backport the patch to 3.16 and 3.18 branches if possible as both are affected :)

Thanks a lot