[patch] Exec line in autocreated .desktop files
- From: Christian Persch <chpe gnome org>
- To: nautilus-list gnome org
- Subject: [patch] Exec line in autocreated .desktop files
- Date: Fri, 27 Jan 2006 22:16:50 +0100
Hi,
the 2nd patch from bug http://bugzilla.gnome.org/show_bug.cgi?id=169202
seems to have not been committed yet [also attached]. It fixes a problem
with the Exec line in the .desktop files created when using "open with
other application". This was mentioned in this thread:
http://mail.gnome.org/archives/nautilus-list/2005-March/msg00021.html .
Regards,
Christian
Index: eel/eel-mime-extensions.c
===================================================================
RCS file: /cvs/gnome/eel/eel/eel-mime-extensions.c,v
retrieving revision 1.9
diff -p -u -u -p -r1.9 eel-mime-extensions.c
--- eel/eel-mime-extensions.c 21 Jan 2005 09:59:23 -0000 1.9
+++ eel/eel-mime-extensions.c 5 Mar 2005 12:12:00 -0000
@@ -250,7 +250,7 @@ eel_mime_add_application (const char *mi
"Encoding=UTF-8\n"
"Name=%s\n"
"MimeType=%s;\n"
- "Exec=%s\n"
+ "Exec=%s %%f\n"
"Type=Application\n"
"Terminal=%s\n"
"NoDisplay=true\n",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]