https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #32 from Michael Meeks <[email protected]> ---
Assuming this is the warning is the one mentioned:

static void
gtk_folder_constructed (GObject *object)
{
  GtkFolderPrivate *priv;
  GError *error = NULL;

  priv = GTK_FOLDER_GET_PRIVATE (object);
  priv->directory_monitor = g_file_monitor_directory (priv->folder_file,
G_FILE_MONITOR_NONE, NULL, &error);

  if (error)
    {
      g_warning ("%s", error->message);

it is benign - it just means we can't monitor the directory, so we don't ǒnnect
to "changed" for it, which is fine, we continue with the file enumeration.

So - no idea. Thanks for the help David - sorry it didn't result in a solution.

I assume the distro provided / PPA packages work out for you :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to