[Bug 10277] Uninstalling software does not remove them from Programs menu

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 28 05:20:29 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=10277





--- Comment #38 from Damjan Jovanovic <damjan.jov at gmail.com>  2008-11-28 05:20:29 ---
Actually 10 votes + 38 comments is more than lack of interest. It's just that
nobody looks at patches in Bugzilla.

Also, some hints from my personal experience of weeks of wrestling
winemenubuilder patches into the tree:

Do not use a shell script. Alexandre was unwilling to commit a patch to
winemenubuilder for .url files, until I sent a patch to delete wineshelllink.
Your patch has no chance if you use a wineshellunlink script.

winemenubuilder has changed since last you looked at it, some of the functions
you used no longer exist.

You should handle .url files as well as .lnk - currently you don't.

Alexandre doesn't like the Find*ChangeNotification*() functions, and says they
aren't available on all systems and should only be used as a hint, you need to
poll for file changes as well.

Comments starting with // aren't allowed, use /*  */.

Anyway, thank you, good luck - and hurry up :-).


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list