[packages/mate-file-manager] caja does stat() on inexistent default background and eats lots of cpu
glen
glen at pld-linux.org
Sat Dec 22 19:04:53 CET 2012
commit 2f0046ef182111db28646918132a1b49ddf70715
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Dec 22 20:03:33 2012 +0200
caja does stat() on inexistent default background and eats lots of cpu
suggest mate-backgrounds background to avoid that
...
lstat64("/usr/share/pixmaps/backgrounds/mate/desktop/Stripes.png", 0xbfc4b500) = -1 ENOENT (No such file or directory)
access("/usr/share/pixmaps/backgrounds/mate/desktop/Stripes.png", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/pixmaps/backgrounds/mate/desktop/Stripes.png", F_OK) = -1 ENOENT (No such file or directory)
lstat64("/usr/share/pixmaps/backgrounds/mate/desktop/Stripes.png", 0xbfc4b500) = -1 ENOENT (No such file or directory)
access("/usr/share/pixmaps/backgrounds/mate/desktop/Stripes.png", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/pixmaps/backgrounds/mate/desktop/Stripes.png", F_OK) = -1 ENOENT (No such file or directory)
lstat64("/usr/share/pixmaps/backgrounds/mate/desktop/Stripes.png", 0xbfc4b500) = -1 ENOENT (No such file or directory)
access("/usr/share/pixmaps/backgrounds/mate/desktop/Stripes.png", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/pixmaps/backgrounds/mate/desktop/Stripes.png", F_OK) = -1 ENOENT (No such file or directory)
lstat64("/usr/share/pixmaps/backgrounds/mate/desktop/Stripes.png", 0xbfc4b500) = -1 ENOENT (No such file or directory)
...
mate-file-manager.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/mate-file-manager.spec b/mate-file-manager.spec
index da0eb29..9e9f33e 100644
--- a/mate-file-manager.spec
+++ b/mate-file-manager.spec
@@ -5,7 +5,7 @@
Summary: File manager for MATE
Name: mate-file-manager
Version: 1.5.2
-Release: 0.3
+Release: 0.4
License: GPLv2+ and LGPLv2+
Group: X11/Applications
URL: http://mate-desktop.org
@@ -41,6 +41,8 @@ Requires: shared-mime-info
# the main binary links against libcaja-extension.so
# don't depend on soname, rather on exact version
Requires: %{name}-extensions = %{version}-%{release}
+Suggests: mate-backgrounds
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Caja (mate-file-manager) is the file manager and graphical shell for
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mate-file-manager.git/commitdiff/2f0046ef182111db28646918132a1b49ddf70715
More information about the pld-cvs-commit
mailing list