Sun 22 Jun 2008
Creating entries for Microsoft Windows Applications in Wine / OpenSUSE 11.0
Posted by manishn under Wine + OpenSUSEThis will convert all .lnk files into corresponding menu items in Wine.
find . -name “*.lnk” -exec wine winemenubuilder ‘{}’ ;
Leave a Reply
You must be logged in to post a comment.