Not signed in (Sign In)

Choose a language

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  # 1
    At my office I have a Cygwin/Xfree86 distro to connect internet. Since I don't have admin pssword I installed Gobo Rootless. All of my needs are satisfied except internet explorer. I need it for my web site tests unfortunately. After a quick search I realized that the easiest way is to install ies4linux. And after a successfull wine installation and cabextract compilation I tried to run ./ies4linux command. It first gave a warning saying "Xlib: extension "XInputExtension" missing on display "172.17.40.33:0.0".
    Failed to get list of devices". However the UI for installation was displayed. Then when I hit the OK button I got several messageboxes saying "Error in widget ok. Unknown widget function checked ". I clicked OK each time I see this messagebox because it was the only option. Then in the terminal I read the same warning above (xlib thing) again. Below is the copy paste of ies4linux installation GUI.
    //////////////////////////////////////////////////////////////////////////////////////////////////////////
    tput: unknown terminal "xterm"
    - Install Internet Explorers: 6.0, 5.5, 5.01
    - Using IE locale: EN-US
    - Install Adobe Flash 9.0
    - Install everything at: /home2/id015691/.ies4linux
    [ OK ]

    tput: unknown terminal "xterm"
    Downloading everything we need
    tput: unknown terminal "xterm"
    Downloading from microsoft.com:
    DCOM98.EXE
    mfc42.cab
    249973USA8.exe
    ADVAUTH.CAB
    CRLUPD.CAB
    HHUPD.CAB
    IEDOM.CAB
    IE_EXTRA.CAB
    IE_S1.CAB
    IE_S2.CAB
    IE_S5.CAB
    IE_S4.CAB
    IE_S3.CAB
    IE_S6.CAB
    SETUPW95.CAB
    FONTCORE.CAB
    FONTSUP.CAB
    VGX.CAB
    SCR56EN.CAB

    Downloading from Evolt Browser Archive:
    ie55sp2_9x.zip
    ie501sp2_9x.zip

    Downloading from macromedia.com:
    swflash.cab
    [ OK ]

    tput: unknown terminal "xterm"
    Installing IE 6
    tput: unknown terminal "xterm"
    Initializing
    Creating Wine Prefix
    Extracting CAB files
    Installing IE 6
    Installing DCOM98
    Installing TTF Fonts
    Installing ActiveX MFC42
    Installing RICHED20
    Installing registry
    Finalizing
    [ OK ]

    tput: unknown terminal "xterm"
    Installing Flash Player 9
    tput: unknown terminal "xterm"
    Extracting files
    Installing flash on ie6
    Finalizing
    [ OK ]

    tput: unknown terminal "xterm"
    Installing IE 5.5
    tput: unknown terminal "xterm"
    Copying ie6 installation
    Extracting files
    Installing registry
    Finalizing
    [ OK ]

    tput: unknown terminal "xterm"
    Installing IE 5.0
    tput: unknown terminal "xterm"
    Copying ie6 installation
    Extracting files
    Installing registry
    Finalizing
    [ OK ]

    tput: unknown terminal "xterm"
    IEs4Linux installations finished!
    tput: unknown terminal "xterm"

    To run your IEs, type:
    tput: unknown terminal "xterm"
    ie6 not found, or it's not a program.
    /home2/id015691/bin/ie6
    ie55 not found, or it's not a program.
    /home2/id015691/bin/ie55
    ie5 not found, or it's not a program.
    /home2/id015691/bin/ie5
    //////////////////////////////////////////////////////////////////////////////////////////////////////////


    And below is terminal output:
    //////////////////////////////////////////////////////////////////////////////////////////////////////////
    id015691@wonderland ~/ies4linux-2.99.0.1]./ies4linux
    Xlib: extension "XInputExtension" missing on display "172.17.40.33:0.0".
    Failed to get list of devices
    Xlib: extension "XInputExtension" missing on display "172.17.40.33:0.0".
    Failed to get list of devices
    konsole: WARNING: Unable to use /usr/kde/3.5/share/apps/konsole/mc.desktop
    konsole: WARNING: Unable to use /usr/kde/3.5/share/apps/konsole/sumc.desktop
    konsole: WARNING: Unable to use /usr/kde/3.5/share/apps/konsole/screen.desktop
    rm: cannot remove `/home2/id015691/.ies4linux/tmp/dialog.kmdr': No such file or directory
    rm: cannot remove `/home2/id015691/.ies4linux/tmp/dialog.kmdr2': No such file or directory
    //////////////////////////////////////////////////////////////////////////////////////////////////////////

    I believe a big fact is smiling somewhere there but I cannot see it, maybe you experts can see it and tell me what to do? Any help is appreciated...
    enginuysal
    • CommentAuthorm@cCo
    • CommentTimeApr 9th 2008
     # 2
    Mmm, maybe the "unknow terminal xterm", "no ie6/5/... found" has something to do with your issue? Also the XInputExtension could have a part in it.
    Everything else seems to be ok, as far as I can see.
  2.  # 3
    Posted By: m@cCoMmm, maybe the "unknow terminal xterm", "no ie6/5/... found" has something to do with your issue? Also the XInputExtension could have a part in it.
    Everything else seems to be ok, as far as I can see.


    I compiled Xterm and problem still stands.

    I couldn't find any source, package or recipe for XInputExtension. I just assume that it has something to do with X11 or Xorg. There might be some config files I can manipulate to activate this XInputExtension thing, but I'm just guessing as I said. Googling these guesses doesn't give anything helpfull btw.
    • CommentAuthorshevegen
    • CommentTimeApr 12th 2008
     # 4
    The only Xinput stuff i know is http://xorg.freedesktop.org/releases/individual/app/xinput-1.3.0.tar.bz2

    Not sure if that is the right one though, "XInputExtension" could be something completely different, judging how Xorg team packages up things... ;-)