Add "Wine FAQ" entry to Wine menu?

Dan Kegel dank at kegel.com
Tue Jul 22 02:13:45 CDT 2008


Recently, several newbies had trouble finding the FAQ
and were surprised to hear that it could be helpful.
Perhaps if our packages added a "Wine FAQ" menu
item, they'd have less trouble finding it.

Here's a patch to add that to the Debian / Ubuntu packages.
What do people think?

--- /dev/null	2008-05-31 06:33:17.000000000 -0700
+++ debian/wine-faq.desktop	2008-07-22 00:06:29.000000000 -0700
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Wine FAQ
+Comment=Frequently Asked Questions about Wine (and their answers)
+Exec=xdg-open http://wiki.winehq.org/FAQ
+Terminal=false
+Type=Application
+Icon=gnome-help
+Categories=Wine;
--- debian/rules.orig	2008-07-22 00:11:37.000000000 -0700
+++ debian/rules	2008-07-22 00:12:32.000000000 -0700
@@ -160,6 +160,7 @@
 	cp -f $(CURDIR)/debian/wine-notepad.desktop
$(CURDIR)/debian/tmp/usr/share/applications/
 	cp -f $(CURDIR)/debian/wine-browsedrive.desktop
$(CURDIR)/debian/tmp/usr/share/applications/
 	cp -f $(CURDIR)/debian/wine-winecfg.desktop
$(CURDIR)/debian/tmp/usr/share/applications/
+	cp -f $(CURDIR)/debian/wine-faq.desktop
$(CURDIR)/debian/tmp/usr/share/applications/

 	mkdir -p $(CURDIR)/debian/tmp/usr/share/desktop-directories/
 	cp -f $(CURDIR)/debian/wine-wine.directory
$(CURDIR)/debian/tmp/usr/share/desktop-directories/



More information about the wine-devel mailing list