Need to have Flashplugin with IExplorer install

Questions about Wine on Linux
Locked
sqlpython
Newbie
Newbie
Posts: 2
Joined: Wed Oct 24, 2012 5:09 pm

Need to have Flashplugin with IExplorer install

Post by sqlpython »

Hello! New Member 1st post.
Normally, (past 10 yrs) I would just use CXoffice which would install IExplorer with DirectX, ShockWave and Flash..
However as a New Arch user I see that I must use a Cxoffice Generic installer which requires that link pyhton2 to python.
As one who programs with python I need to have the /usr/bin/python links pointed to python3 & python2 to python 2.7
As per the Arch install...
...So I installed the Wine and Winetricks packages from the Arch repositories with pacman.
then I downloaded and installed Iexplorer installer.

Code: Select all

[sqlpython@bridgelinux ~]$ WINEARCH=win32 WINEPREFIX=~/.wine-ie6 winetricks ie60
I then added the IExplorer install to my menu system and it runs fine... except when it runs into Flash content but is JavaScript enabled.
Also as the Browser is Wine installed the IExplorer Does not hava a TOOLS selection in the Main Menu..CXoffice does install this.
Making modifications difficult.. how would I get that back?

I need IExplorer 6 for a few corporate sites that will not work with Firefox nor Chromium.
Further the sites have flash and javescript interaction probably ActiveX going on too..
.. These I have working fine with Slackware and Debian..
I would like this to work with Arch.. below is more system info..
Any help is appreciated
Thank You

Code: Select all

[sqlpython@bridgelinux ~]$ uname -r     
3.6.2-1-ARCH
.
[sqlpython@bridgelinux bin]$ ls -l python*
lrwxrwxrwx 1 root root    7 Sep 29 12:20 python -> python3
lrwxrwxrwx 1 root root   14 Sep 29 12:20 python-config -> python3-config
lrwxrwxrwx 1 root root    9 Sep 16 21:35 python2 -> python2.7
lrwxrwxrwx 1 root root   16 Sep 16 21:35 python2-config -> python2.7-config
-rwxr-xr-x 1 root root 5560 Apr 23  2012 python2.7
-rwxr-xr-x 1 root root 1618 Apr 23  2012 python2.7-config
lrwxrwxrwx 1 root root    9 Sep 29 12:20 python3 -> python3.3
lrwxrwxrwx 1 root root   16 Sep 29 12:20 python3-config -> python3.3-config
-rwxr-xr-x 2 root root 5556 Sep 29 12:20 python3.3
lrwxrwxrwx 1 root root   17 Sep 29 12:20 python3.3-config -> python3.3m-config
Locked