How to setup WINE in Redhat 8/9/Fedora - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Wine (https://www.linux-noob.com/forums/forum-57.html) +--- Thread: How to setup WINE in Redhat 8/9/Fedora (/thread-4066.html) Pages:
1
2
|
How to setup WINE in Redhat 8/9/Fedora - ThePump - 2004-12-06 FEDORA CORE RELEASE 3 [/url][url=http://prdownloads.sourceforge.net/wine/wi...winehq.i386.rpm]http://prdownloads.sourceforge.net/wine/wi...winehq.i386.rpm How to setup WINE in Redhat 8/9/Fedora - anyweb - 2004-12-08 ive installed flashfxp (old version 2.1) in fedora core release 3 with this rpm for wine for some reason the newest version of flashfxp does install but locks up once it connects to any ftp server checkout the screenshot and the fonts, i installed the microsoft TTF fonts here in fedora as well, it makes things look so much better (compare the screenshot below with the one above, look at the fonts !!) cheers anyweb <a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-5-1102515659.png" data-fileid="232">[img]<fileStore.core_Attachment>/post-5-1102515659.png[/img]</a> How to setup WINE in Redhat 8/9/Fedora - lia - 2005-01-06 the very first link does not work.. How to setup WINE in Redhat 8/9/Fedora - anyweb - 2005-01-06 now it does ! How to setup WINE in Redhat 8/9/Fedora - xDamox - 2005-01-06 Anyweb nice tut but one thing missing ;) disabeling exec-shield this causes alot of problems especially if you run Crossover office which is based on Wine. if you keep your machine upto date disabeling exec-shield will be ok first su root Code: su - then run prelink Code: prelink -ua next edit the PRELINK_OPTS in /etc/sysconfig/prelink change PRELINK_OPTS to: Code: PRELINK_OPTS="-m --no-exec-shield" and finally run prelinks to disable it: Code: prelink -am --no-exec-shield How to setup WINE in Redhat 8/9/Fedora - mizzy - 2006-05-08 Stupid question.. I'm interested in running wine on my laptop whichis currently running FC4. So which RPM do I download? There's only 1, 2 & 3 there and I'm running FC4 o_O How to setup WINE in Redhat 8/9/Fedora - xDamox - 2006-05-08 Hi mizzy, Try this as root: Code: yum install wine How to setup WINE in Redhat 8/9/Fedora - mizzy - 2006-05-08 That's worked, cheers :) |