On Sat, May 01, 19:25:03 +0200, JCF Ploemen wrote:
> Synce-trayicon uses nautilus for its "Explore with Filemanager" function,
> but doesn't have a corresponding dependency. As a result, trying to use
> this functionality fails (silenty) on any system that doesn't already
> happen to have nautilus installed, which is commonly the case for any
> non-gnome desktop. As soon as the 'nautilus' package is installed,
> everything works as expected.
Haha, this is pretty funny:
...
char *argv[4] = {
"nautilus", "-n", arg_str, NULL
};
if (!g_spawn_async(NULL, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL,
&error)) {
...
I've written a patch to use gtk_show_uri() instead, so nautilus is no
longer a requirement. I'll probably add nautilus to Recommands still
though.
--
Jonny Lamb, UK
[email protected]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]