[Goodies-commits] r6737 - in xfburn/trunk: . xfburn

David Mohr squisher at xfce.org
Sun Feb 22 06:34:51 CET 2009


Author: squisher
Date: 2009-02-22 05:34:51 +0000 (Sun, 22 Feb 2009)
New Revision: 6737

Modified:
   xfburn/trunk/README
   xfburn/trunk/xfburn/xfburn-data-composition.c
Log:
Adding more notes to README; working around gtk issues with DnD w/o thunar-vfs

Modified: xfburn/trunk/README
===================================================================
--- xfburn/trunk/README	2009-02-22 05:07:02 UTC (rev 6736)
+++ xfburn/trunk/README	2009-02-22 05:34:51 UTC (rev 6737)
@@ -66,18 +66,23 @@
    RECOMMENDED: libburn 0.5.8 or newer, which fixes a fifo bug which xfburn 
                 triggers on some machines.
 
+================================
 Optional, but highly recommended
 --------------------------------
  * hal        (required for notification of disc eject / insert and
                also for automatic disc unmounting)
- * thunar-vfs (required for some drag and drop code, icons and automatic disc 
-               unmounting)
+ * thunar-vfs (required for drag and drop from other applications, icons and 
+               automatic disc unmounting)
  * gstreamer  (0.10+, required for burning audio CDs from compressed music
                files)
     * gstreamer pbutils (they usually come with gstreamer as far as I know)
     * gstreamer plugins (look for the good, the bad and the ugly plugin pack,
                          most likely you want all of these)
 
+Let the ``highly recommended'' part be highlighted once more. Of course
+gstreamer will not matter if you do not plan on burning audio CDs, but the
+other two libraries will come in handy in almost all situations.
+
 The author works with both hal and thunar-vfs enabled, so there might be the
 occasional bug that breaks compilation without these components. Xfburn should
 work without these optional components, but it is not well tested at all.

Modified: xfburn/trunk/xfburn/xfburn-data-composition.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-data-composition.c	2009-02-22 05:07:02 UTC (rev 6736)
+++ xfburn/trunk/xfburn/xfburn-data-composition.c	2009-02-22 05:34:51 UTC (rev 6737)
@@ -283,7 +283,9 @@
   GtkTargetEntry gte_src[] =  { { "XFBURN_TREE_PATHS", GTK_TARGET_SAME_WIDGET, DATA_COMPOSITION_DND_TARGET_INSIDE } };
   GtkTargetEntry gte_dest[] = { { "XFBURN_TREE_PATHS", GTK_TARGET_SAME_WIDGET, DATA_COMPOSITION_DND_TARGET_INSIDE },
                                 { "text/plain", 0, DATA_COMPOSITION_DND_TARGET_TEXT_PLAIN },
+#ifdef HAVE_THUNAR_VFS
                                 { "text/uri-list", 0, DATA_COMPOSITION_DND_TARGET_TEXT_URI_LIST },
+#endif
                               };
 
   priv->full_paths_to_add = NULL;




More information about the Goodies-commits mailing list