Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37837457
en ru br
ALT Linux repositórios
S:1.52.0-alt1
5.0: 1.2.2-alt2
4.1: 0.99.1-alt0.M41.1

Group :: Sistema/Bibliotecas
RPM: gvfs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: gvfs-0.2.4-trash-automount.patch
Download


--- gvfs-0.2.4-orig/daemon/gvfsbackendtrash.c	2008-05-26 17:54:32.000000000 -0400
+++ gvfs-0.2.4/daemon/gvfsbackendtrash.c	2008-06-20 11:18:45.000000000 -0400
@@ -538,6 +538,10 @@
     {
       mount = l->data;
       
+      /* Skip autofs filesystem types: the root cannot contain .Trash */
+      if (strcmp ("autofs", g_unix_mount_get_fs_type (mount)) == 0)
+        continue;
+
       topdir = g_unix_mount_get_mount_path (mount);
       topdirs = g_list_prepend (topdirs, g_strdup (topdir));
       
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009