penna at bb.com.br
2009-Sep-18 12:14 UTC
[Wine] Starting Linux apps from inside Windows app running under wine
Hi folks, I was wondering how could I manage to start Linux applications from inside a Windows app running under wine in order to deal with some extensions Linux already deal with. I saw "winebrowser" is a frontend for xdg-open and xdg-open deals with Linux extensions. I already have discussed this topic at: http://web.archive.org/web/20060118013706/http://www.winehq.org/hypermail/wine-users/2005/05/0051.html and there I have proposed a shell script for each type of extension (PDF in that case). Now, since winebrowser can deal with that, I made a small list to deal with a few extensions (follows below) just calling winebrowser. Just put/append that list in your ~/.wine/system.reg (don't forget to kill wine *before* append the list: wineserver -k) However, I would like to suggest to wine team if thatmkin of thing could be done automagically. I mean, wine (or winecfg) could search the Linux mime database and fill out the ~/.wine/system.reg. Wine is a great piece of software and, in my opinion, it is the missing link in order to Linux gain desktop market share. Best regards. --------------------------------------------------------- Ulisses de Sousa Penna Analista de TI - Banco do Brasil Fone: +55-61-3310-6320 --------------------------------------------------------- ------------------ cut here -------------------------- [Software\\Classes\\.csv] 1051470000 @="all_office" [Software\\Classes\\.dbf] 1051470000 @="all_office" [Software\\Classes\\.dif] 1051470000 @="all_office" [Software\\Classes\\.doc] 1051470000 @="all_office" [Software\\Classes\\.gz] 1051470000 @="all_office" [Software\\Classes\\.htm] 1253225704 @="all_office" "Content Type"="text/html" [Software\\Classes\\.html] 1253225704 @="all_office" "Content Type"="text/html" [Software\\Classes\\.mml] 1051470000 @="all_office" [Software\\Classes\\.mp3] 1051470000 @="all_office" [Software\\Classes\\.odf] 1051470000 @="all_office" [Software\\Classes\\.odg] 1051470000 @="all_office" [Software\\Classes\\.odp] 1051470000 @="all_office" [Software\\Classes\\.ods] 1051470000 @="all_office" [Software\\Classes\\.odt] 1051470000 @="all_office" [Software\\Classes\\.ogg] 1051470000 @="all_office" [Software\\Classes\\.otg] 1051470000 @="all_office" [Software\\Classes\\.otp] 1051470000 @="all_office" [Software\\Classes\\.ots] 1051470000 @="all_office" [Software\\Classes\\.ott] 1051470000 @="all_office" [Software\\Classes\\.pdf] 1051470000 @="all_office" [Software\\Classes\\.pot] 1051470000 @="all_office" [Software\\Classes\\.pps] 1051470000 @="all_office" [Software\\Classes\\.ppt] 1051470000 @="all_office" [Software\\Classes\\.rtf] 1051470000 @="all_office" [Software\\Classes\\.slk] 1051470000 @="all_office" [Software\\Classes\\.stc] 1051470000 @="all_office" [Software\\Classes\\.std] 1051470000 @="all_office" [Software\\Classes\\.sti] 1051470000 @="all_office" [Software\\Classes\\.stm] 1051470000 @="all_office" [Software\\Classes\\.stw] 1051470000 @="all_office" [Software\\Classes\\.sxc] 1051470000 @="all_office" [Software\\Classes\\.sxd] 1051470000 @="all_office" [Software\\Classes\\.sxi] 1051470000 @="all_office" [Software\\Classes\\.sxm] 1051470000 @="all_office" [Software\\Classes\\.sxw] 1051470000 @="all_office" [Software\\Classes\\.tgz] 1051470000 @="all_office" [Software\\Classes\\.wma] 1051470000 @="all_office" [Software\\Classes\\.wmv] 1051470000 @="all_office" [Software\\Classes\\.xls] 1051470000 @="all_office" [Software\\Classes\\.xlt] 1051470000 @="all_office" [Software\\Classes\\.zip] 1051470000 @="all_office" [Software\\Classes\\all_office\\shell\\open\\command] 1051470000 @="C:\\windows\\system32\\winebrowser \"%1\"" ------------------ cut here -------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090918/80300479/attachment.htm>