GNOME Bugzilla – Bug 709905
totem-video-thumbnailer fails on SSH with X-forwarding
Last modified: 2013-10-14 05:41:09 UTC
If I do the following: $ ssh -X some-hostname $ totem-video-thumbnailer ~/Videos/something.mpg foo.png I get: ** (totem-video-thumbnailer:3597): WARNING **: Could not open X display Unable to init server couldn't parse command-line options: Cannot open display: This feels like something which should work.
That'd be the culprit: g_option_context_add_group (context, gtk_get_option_group (TRUE)); Seeing as we don't have the "show the image for debug" code, we can remove that, the GTK+ include and the GTK+ linking.
Created attachment 257166 [details] [review] thumbnailer: Remove unused GTK+ dependency
Created attachment 257205 [details] [review] thumbnailer: Remove unused GTK+ dependency
Attachment 257205 [details] pushed as 02765d9 - thumbnailer: Remove unused GTK+ dependency