summaryrefslogtreecommitdiff
path: root/sysutils/nautilus/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-10 17:59:24 +0000
committerjmmv <jmmv>2004-02-10 17:59:24 +0000
commit190d8877a4abe47f40b2ce7ddd6a90f4aa9558b2 (patch)
tree41c61ebae832cb8421b7b2469df3d509743ccf51 /sysutils/nautilus/patches
parent51296cda71a48467ac5233f38705f9331b5e4cee (diff)
downloadpkgsrc-190d8877a4abe47f40b2ce7ddd6a90f4aa9558b2.tar.gz
Ensure that the "Start Here" link that gets created in the desktop has write
permissions for the owner. Bump PKGREVISION to 2.
Diffstat (limited to 'sysutils/nautilus/patches')
-rw-r--r--sysutils/nautilus/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/nautilus/patches/patch-ag b/sysutils/nautilus/patches/patch-ag
new file mode 100644
index 00000000000..7560d135aba
--- /dev/null
+++ b/sysutils/nautilus/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2004/02/10 17:59:24 jmmv Exp $
+
+--- src/nautilus-application.c.orig 2003-10-21 14:52:52.000000000 +0200
++++ src/nautilus-application.c
+@@ -346,6 +346,8 @@ create_starthere_link_callback (gpointer
+ g_warning ("Failed to execute command '%s'\n", cmd);
+ }
+
++ chmod(desktop_link_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
++
+ g_free (desktop_path);
+ g_free (desktop_link_file);
+ g_free (cmd);