Enable wine...edit /usr/etc/wine/config

     Enjoying arch manipulation but am not up to the big wine/config setup details.
     Perhaps there is a short description of this
task somewhere available.  :?:

  I went through a copy of the   wine config  and copied it in /usr/etc/wine.config.
   The file follows:WINE REGISTRY Version 2
;; All keys relative to \Machine\Software\Wine\Wine\Config
;; If you think it is necessary to show others your complete config for a
;; bug report, filter out empty lines and comments with
;; grep -v "^;" ~/.wine/config | grep '.'
;; MS-DOS drives configuration
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx"       (Unix path for drive root)
;; "Type"="xxx"       (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx"      (drive label, at most 11 characters)
;; "Serial"="xxx"     (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
;;   This is the FS Wine is supposed to emulate on a certain
;;   directory structure.
;;   Recommended:
;;   - "win95" for ext2fs, VFAT and FAT32
;;   - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;;   DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
[Drive A]
"Path" = "/mnt/fd0"
"Type" = "floppy"
"Label" = "Floppy"
"Filesystem" = "win95"
"Serial" = "87654321"
"Device" = "/dev/fd0"
[Drive C]
"Path" = "/c"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
[Drive D]
"Path" = "/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/cdrom"
[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"
[Drive F]
"Path" = "%HOME%"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"
[Drive Z]
"Path" = "/"
"Type" = "hd"
"Label" = "Root"
"Filesystem" = "win95"
[wine]
"Windows" = "c:\windows"
"System" = "c:\windows\system"
"Temp" = "e:\"
"Path" = "c:\windows;c:\windows\system;e:\;e:\test;f:\"
"Profile" = "c:\windows\Profiles\Administrator"
"GraphicsDriver" = "x11drv"
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"
# [wineconf]
[Version]
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
"Windows" = "win98"
#"DOS version to imitate
"DOS" = "6.22"
; Be careful here, wrong DllOverrides settings have the potential
; to pretty much kill your setup.
[DllOverrides]
; some dlls you may want to change
"oleaut32"     = "builtin, native"
"ole32"        = "builtin, native"
"commdlg"      = "builtin, native"
"comdlg32"     = "builtin, native"
"shell"        = "builtin, native"
"shell32"      = "builtin, native"
"shfolder"     = "builtin, native"
"shlwapi"      = "builtin, native"
"shdocvw"      = "builtin, native"
"advapi32"     = "builtin, native"
"msvcrt"       = "native, builtin"
"mciavi.drv"   = "native, builtin"
"mcianim.drv"  = "native, builtin"
"msi"          = "native, builtin"
; you can specify applications too
; this one will apply for all notepad.exe
;"*notepad.exe" = "native, builtin"
; this one will apply only for a particular file
;"C:\windows\regedit.exe" = "native, builtin"
; default for all other dlls
"*" = "builtin, native"
[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "640x480"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "Y"
; Use XVidMode extension if present
"UseXVidMode" = "Y"
; Use XRandR extension if present
"UseXRandR" = "Y"
; Use the take focus protocol
"UseTakeFocus" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "N"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "N"
; Run in synchronous mode (useful for debugging X11 problems)
;;"Synchronous" = "Y"
; Use the Render extension to render client side fonts (default "Y")
;;"ClientSideWithRender" = "Y"
; Fallback on X core requests to render client side fonts (default "Y")
;;"ClientSideWithCore" = "Y"
; Set both of the previous two to "N" in order to force X11 server side fonts
; Anti-alias fonts if using the Render extension (default "Y")
;;"ClientSideAntiAliasWithRender" = "Y"
; Anti-alias fonts if using core requests fallback (default "Y")
;;"ClientSideAntiAliasWithCore" = "Y"
[fonts]
;Read the Fonts topic in the Wine User Guide before adding aliases
;See a couple of examples for russian users below
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"
;; default TrueType fonts with russian koi8-r encoding
;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;; default cyrillic bitmap X fonts
;"Default" = "-cronyx-helvetica-"
;"DefaultFixed" = "fixed"
;"DefaultSerif" = "-cronyx-times-"
;"DefaultSansSerif" = "-cronyx-helvetica-"
; the TrueType font dirs you want to make accessible to wine
[FontDirs]
;"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType"
;"dir2" = "/usr/share/fonts/truetype"
;"dir3" = "/usr/X11R6/lib/X11/fonts/TT"
;"dir4" = "/usr/share/fonts/TT"
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"etc
[parallelports]
"Lpt1" = "/dev/lp0"
[ppdev]
;; key:  io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet implemented)
;"378" = "/dev/parport0"
;"278" = "/dev/parport1"
;"3bc" = "/dev/parport2"
[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"
[ports]
;"read"  = "0x779,0x379,0x280-0x2a0"
;"write" = "0x779,0x379,0x280-0x2a0"
etc
[Debug]
;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
;"RelayInclude" = "user32.CreateWindowA"
;"RelayFromExclude" = "user32;x11drv"
;"RelayFromInclude" = "sol.exe"
;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
;"SpyExclude" = "WM_SIZE;WM_TIMER;"
[registry]
;These are all booleans.  Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Where to find the global registries
;"GlobalRegistryDir" = "/etc";
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"etc
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"
[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
;; this has *nothing* to do with the windows version Wine returns:
;; set the "Windows" value in the [Version] section if you want that.
"WineLook" = "Win95"
[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"
; List of all directories directly contain .AFM files
[afmdirs]
"1" = "/usr/share/ghostscript/fonts"
"2" = "/usr/share/a2ps/afm"
"3" = "/usr/share/enscript"
"4" = "/usr/X11R6/lib/X11/fonts/Type1"
[WinMM]
; Uncomment the "Drivers" line matching your sound setting.
"Drivers" = "wineoss.drv"      ; default for most common configurations
;"Drivers" = "winearts.drv"    ; for KDE
;"Drivers" = "winealsa.drv"    ; for ALSA users
;"Drivers" = "winejack.drv"    ; for Jack sound server
;"Drivers" = "winenas.drv"     ; for NAS sound system
;"Drivers" = "wineaudioio.drv" ; for Solaris machines
;"Drivers" = ""                ; to disable sound
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"
[dsound]
;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
;"HELmargin" = "5"
;; HEL only: Number of waveOut fragments ahead to queue to driver.
;"HELqueue" = "5"
;; Max number of fragments to prebuffer
;"SndQueueMax" = "28"
;; Min number of fragments to prebuffer
;"SndQueueMin" = "12"
;; Forces emulation mode (using wave api)
;"HardwareAcceleration" = "Emulation"
;; Sets default playback device (0 - number of devices - 1)
;"DefaultPlayback" = "0"    ; use first device (/dev/dsp)
;"DefaultPlayback" = "1"     ; use second device (/dev/dsp1)
;"DefaultPlayback" = "2"     ; use third device (/dev/dsp2)
;; Sets default capture device (0 - number of devices - 1)
;"DefaultCapture" = "0"        ; use first device (/dev/dsp)
;"DefaultCapture" = "1"        ; use second device (/dev/dsp1)
;"DefaultCapture" = "2"        ; use third device (/dev/dsp2)
[Network]
;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean, default "Y").
;; Set to N if you need a persistent NetBIOS ComputerName that possibly differs
;; from the Unix host name. You'll need to set ComputerName in
;; HKEY_LOCAL_MACHINESystemCurrentControlSetControlComputerNameComputerName, too.
;"UseDnsComputerName" = "N"
;; sample AppDefaults entries
; 3 InstallShield versions who like to put their full screen window in front,
; without any chance to switch to another X11 application.
; So just catch them in a desktop window.
[AppDefaults\_INS0432._MP\x11drv]
"Desktop" = "640x480"
[AppDefaults\_INS0466._MP\x11drv]
"Desktop" = "640x480"
[AppDefaults\_INS0576._MP\x11drv]
"Desktop" = "640x480"
[AppDefaults\_INS5176._MP\x11drv]
"Desktop" = "640x480"
[AppDefaults\_INS5576._MP\x11drv]
"Desktop" = "640x480"
; force it to install even though wine has a newer version
[AppDefaults\dcom98.exe\DllOverrides]
"ole32" = "native"
[AppDefaults\dcom95.exe\DllOverrides]
"ole32" = "native"
;[AppDefaults\iexplore.exe\DllOverrides]
;"shlwapi" = "native"
;"rpcrt4" = "native"
;"ole32" = "native"
;"shdocvw" = "native"
;"wininet" = "native"
;"shfolder" = "native"
;"shell32" = "native"
;"shell" = "native"
;"comctl32" = "native"
;[AppDefaults\setup.exe\x11drv]
;"Desktop" = "800x600"
;[AppDefaults\sol.exe\Version]
;"Windows" = "nt40"
;; Some games (Quake 2, UT) refuse to accept emulated dsound devices.
;; You can add an AppDefault entry like this for such cases.
;[AppDefaults\pickygame.exe\dsound]
;"EmulDriver" = "N"
# [/wineconf]
   That is a big file to edit!!!  It doesn/t respond to an entry of....wine... in root
    Gives an error requesting edit of the file.
     Any help would be wonderful!!!!

Similar Messages

  • I cannot sign in.  "This Apple ID has not yet been used with the iTunes Store.  Please review your account information."  I click "Review", next message "You must turn on cookies to continue.   Cookies must be enabled if you want to create or edit.. etc."

    I applied and received an upgrade code to Redeem Mountain Lion for my new MBP. 
    I get this message when I try to Sign in to the App Store after entering the redemption content code, and also if I just try to "Sign In".   The first part of the error is true - I haven't used the AppleID with the iTunes store.  
    I received the upgrade code using this same AppleID, so I don't think I can use a different AppleID.
    I also tried to re-create this appleID...(it was one suggestion I saw for this issue) It doesn't let me since the ID already exists...
    The error is:
    "This Apple ID has not yet been used with the iTunes Store.  Please review your account information."  I click "Review", next message "You must turn on cookies to continue.   Cookies must be enabled if you want to create or edit.. etc." 
    It's clearly not a cookie issue..   Stuck...

    The first part of the error is true - I haven't used the AppleID with the iTunes store. 
    Try here >  Using an existing Apple ID with the iTunes Store and Mac App Store
    received the upgrade code using this same AppleID, so I don't think I can use a different AppleID.
    Correct.
    It's clearly not a cookie issue..
    As for cookies. Quit the App Store. Now open the Finder. From the Finder menu bar click Go > Go to Folder.
    Type this exactly as you see it here:   ~/Library/Cookies
    Click Go the move the   com.apple.appstore.plist   file from the Cookies folder to the Trash.
    Relaunch the App Store.

  • Solaris 8 ignores /etc/dt/config/C/Xresources

    i'm trying to load that resource for all users:
    XTerm*scrollBar: true
    i've put it into
    /etc/dt/config/C/Xresources
    /etc/dt/config/Xresources
    /usr/dt/config/C/Xresources
    /usr/dt/config/Xresources
    $HOME/.Xresources
    but it doesn't work, howether loading it manually like xrdb /path/Xresources and then starting xterm again works well (for current session)
    Solaris is just fresh installed
    How to solve this?

    Update:
    I shutdown the domain, pulled the boot disk, and replaced it with a clean drive. I built the system with Solaris 10 05/08 then patched with the latest reccomended patch cluster. My HBA is a Qlogic 2342 connecting to Cisco 9509 switches connected to a NetApp fas box (not 100% sure on the model atm, but very high end).
    I configured the same lun I had on the solaris 8 box then mounted it up. All my data files are intact so I began some testing to see if the performance was any different.
    I ran several timed sequential 10Gb writes and hit a max throughput of about 170Mb a sec on the lun. This is rather sad really, as it's not even hitting 2Gb FC speeds. I really punished the system with several parallel 10Gb writes, 10Gb reads, and 4k writes and reads. I never really achieved more than about 15k IOPs to the lun, and never exceded peak 190Mb a second. Under the heavy load the device queue really stacked up. The filesystem is UFS on the lun.
    We're going to try some different lun setups on the netapp to increase spindle count, but I'm really not sure it will help in any way.
    Does anyone have any experience with a similar setup? Perhaps changing settings in the qlogic driver conf, like frame size perhaps? How about any ideas to peg down the performance culprit (server, switch, storage)?
    tia

  • [SOLVED]pacman: libusb-compat: /usr/bin/libusb-config exists ...

    Hi,
    I just installed the arch base system and did a 'pacman -S kernel26' and got some errors
    error: failed to commit transaction (conflicting files)
    libusb-compat: /usr/bin/libusb-config exists in filesystem
    libusb-compat: /usr/include/usb.h exists in filesystem
    libusb-compat: /usr/lib/libusb-0.1.so.4 exists in filesystem
    libusb-compat: /usr/lib/libusb-0.1.so.4.4.4 exists in filesystem
    libusb-compat: /usr/lib/libusb.a exists in filesystem
    libusb-compat: /usr/lib/libusb.so exists in filesystem
    libusb-compat: /usr/lib/pkgconfig/libusb.pc exists in filesystem
    Errors occurred, no packages were upgraded.
    this page I found on google contains error messages very similar to mine: http://pastebin.com/twGU7Yy3
    any ideas?
    Last edited by tgoossens (2011-08-11 17:12:32)

    [SOLVED] I believe this is a related topic: https://bbs.archlinux.org/viewtopic.php?id=23774
    Last edited by tgoossens (2011-08-11 17:11:52)

  • Getting error ERROR (OVSCommons:142) catch_error: /etc/monitor/config.yml

    While trying to create a Server Pool, I get this error
    [2011-09-09 17:19:34 19523] ERROR (OVSCommons:142) catch_error: [Errno 2] No such file or directory: '/etc/monitor/config.yml'
    Traceback (most recent call last):
    File "/opt/ovs-agent-3.0/OVSCommons.py", line 140, in wrapper
    return func(*args)
    File "/opt/ovs-agent-3.0/OVSServerPool.py", line 189, in create_server_pool
    node_number, server_hostname, server_ip, roles, initial=True)
    File "/opt/ovs-agent-3.0/OVSServerPool.py", line 150, in pool_add_server
    write_config(pool_uuid, server_id)
    File "/opt/ovs-agent-3.0/OVSStat.py", line 100, in write_config
    fd = open(MONITOR_CFG, 'r')
    IOError: [Errno 2] No such file or directory: '/etc/monitor/config.yml'
    I see this file out out in /etc/monitor
    config.yml.save
    But not the other....Is there some doc that tells me how to fix this?
    Edited by: user594687 on Sep 9, 2011 5:41 PM

    user594687 wrote:
    config.yml.save
    But not the other....Is there some doc that tells me how to fix this?Is it perhaps config.yml.rpmsave? If so, just rename it back to config.yml. If you upgraded from a pre-release version of Oracle VM 3.0, this may have caused the file to be renamed by the upgrade process. Otherwise, just reinstall the entire server from the 3.0.1 ISO image.

  • Ever since the latest update, my task bar (if it's called that - it's the one with "file,edit,view, etc") will "grey out" and I won't be able to type into any websites I visit. Only way to fix:either restart Firefox or reduce the window and open it again.

    Ever since the latest update, my task bar (if it's called that - it's the one with "file,edit,view, etc") will "grey out" and I won't be able to type into any websites I visit. Only way I can proceed is if either restart Firefox (very annoying) or reduce the window and open it again. Please help!

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    See also:
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • On my laptop running windows 7 most of the information has disappeared from the window - headings (file, edit, view, etc), address bar and navigation buttons - all i can see is tabs - how do i get the missing items to display

    On my laptop running windows 7 all the info displayed at the top of the homepage window is missing. All headings, i. e. File, Edit View, etc. are gone. There is no address bar. There is no home button, refresh button, etc. My wife was using the machine when it happened so I don't know what she did. How do I restore these features?

    F11 did not work F10 did. ThaNK YOU FOR THE HELP

  • How do I get "File", "Edit", "View", etc. to show up on my toolbar rather than them all being consolidated into "Menu"?

    I don't want everything consolidated under "Menu", I want to see "File", "Edit", "View", etc. listed across my toolbar. I played around with it as much as possible, and I have searched Firefox Help to no avail. I can't believe this option would be non-existent. The consolidation may be visually pleasing, but functionally it's annoying and is slightly more time consuming. Please help, thank you very much. (^-^)/

    Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily.
    Go to "View > Toolbars" or right-click the "Menu Bar" to select which toolbars to show or hide (click on an entry to toggle the state).
    See also:
    * https://support.mozilla.com/kb/Menu+bar+is+missing

  • I am using CS6 InDesign suite on a PC using a Windows 7 operating system.     Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and

    I am using CS6 InDesign on a PC using a Windows 7 operating system.
    Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and the menu bar on the left side with the graphic depiction of options.
    In earlier versions of Windows (e.g. XP), whenever I changed the screen resolution on my computer to a lesser resolution in order to show the link icons on my desktop in a larger, more readable size, all the software programs, including yours, appeared on my screen with the menu bars in the larger font size that I needed.
    However, in Windows 7, this is not the case.  Even though I have selected the lowest resolution, making the icons on my desktop extremely large, I cannot read the options across the top menu bar of your program, nor the pull-down menu items that they contain.  I cannot see the graphic depictions of options on the left side of the screen. They are all too small.  How can I make your program increase the size?

    NO way.
    Mylenium

  • How to enable enable Quick Edit button in Discussions List (SharePoint community).

    I wonder how I can enable the Quick Edit button in Discussions List (SharePoint community), see attachment. This is no problem on other list in SharePoint. I need to import data that I have in a Excel sheet from and old forum (not Sharepoint). So if I can
    enable Quick Edit, I will just copy data into my Discussions List. Hope somebody can help me???

    Hi,
    Please execute the commands below to enable Quick Edit feature in Discussion board list:
    $web = get-spweb "http://sp/sites/sitename"
    $list = $web.Lists["listname"]
    $list.DisableGridEditing = $false
    $list.Update()
    Now you could use Quick Edit in Management view.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Firefox does not display the basic menu line File Edit View etc. How do I get this menu to show. I have tried uninstalling and reinstalling, but that does not help

    When I ask for help finding bookmarks, the answer tells me to click on bookmarks as shown in the illustration, but there is no such line displayed on my computer.

    '''''"Firefox does not display the basic menu line File Edit View etc."''''': That is the Menu Bar; see below.
    '''<u>Menu Bar</u>''' (File, Edit, View, History, Bookmarks, Tools, Help)<br /> <u>Firefox 3.6.x versions allow the user to hide the Menu Bar.</u><br />
    *Tap the ALT key or the F10 key, Menu Bar will display, click View, click Toolbars, click Menu Bar to place a check mark next to it, '''''OR'''''
    *Press and hold the ALT key while pressing the letters VTM on your keyboard, then release the ALT key
    *See: http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    '''<u>Other Toolbars</u>''', see: https://support.mozilla.com/en-US/kb/Back+and+forward+or+other+toolbar+items+are+missing<br />
    '''<u>Status Bar</u>''': click View, click Status Bar to place a check mark<br />
    '''<u>Full Screen Mode</u>''': If you have no Toolbars or Tab Bar: Press F11 (F11 is an on/off toggle). See: http://kb.mozillazine.org/Netbooks#Full_screen<br />
    Also see: http://kb.mozillazine.org/Toolbar_customization_-_Firefox#Restoring_missing_menu_or_other_toolbars
    <br />
    <br />
    '''Other items that need your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post. You can also see your plugins from the Firefox menu, Tools > Add-ons > Plugins.<br />
    <br />
    *Adobe PDF Plug-In For Firefox and Netscape
    **Current versions are 9.4.2 and 10.0.1 (aka Reader X)
    **More info about version 10 (aka Reader X)
    ***New Adobe Reader X (version 10) with Protected Mode was released 2010-11-19
    ***See: http://www.securityweek.com/adobe-releases-acrobat-reader-x-protected-mode
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file, SAVE it to your hard drive, when complete, close Firefox, click on the installer you just downloaded and let it install.
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.

  • The bar directly located under the main bar where the edit, bookmark, etc is gone. How do I get it back.

    Under the The blue mozilla firefox bar, where the Edit, bookmark, etc is missing. I was playing around one day and deleted it. i really need it to continue bookmarking and editing and copying text.

    In Firefox 3.6 and later on Windows you can hide the "Menu Bar" via "View > Toolbars" or via the right-click context menu on a toolbar.
    Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.
    Go to "View > Toolbars" or right-click the "Menu Bar" or press Alt+V T to select which toolbars to show or hide (click on an entry to toggle the state).
    See also [[Menu bar is missing]] and http://kb.mozillazine.org/Toolbar_customization

  • Despite my Javascript for Firefox 23 being "enabled" ( I checked re the "about:config" steps), some websites are still asking me to enable my Javascript.

    Despite my Javascript for Firefox 23 being "enabled" ( I checked re the "about:config" steps), some websites are still asking me to enable my Javascript to view content. Safari works without any problem. OS/X 10.8.4

    These files are hidden to me because my OS/X is 10.8.4 and I cannot make them appear. This is way, way more trouble than it's worth. Thanks for your help. Firefox has lost me.

  • Oracle Linux 6.6 I tried to edit the /etc/resplv.conf file on nano, gedit and VI but the result doesn't appear on the file when I cat it

    Oracle Linux 6.6 I tried to edit the /etc/resplv.conf file on nano, gedit and VI but the result doesn't appear on the file when I cat it

    Hi ! do you mean the file /etc/resolv.conf ? This file should be by default in the /etc/ diretory and contains the dns-name resolutions. http://linux.die.net/man/5/resolv.conf http://www.tldp.org/LDP/nag/node84.html http://en.wikipedia.org/wiki/Resolv.conf

  • All options under File, Edit, Viw, etc. are grayed out. I'm on a Mac. AnyIdea what is causing this or what I can do about it?

    I can not access anything under File Edit, View, etc. Everything is grayed out. The items under Help are black, but nothing happens when I click on Firefox Help.
    == This happened ==
    Not sure how often
    == out of the blue.

    Try to move (delete) the Firefox plist file.
    See [http://www.macfixit.com/article.php?story=20060606082246983 How .plist files become corrupt and troubleshooting the results]
    Go to "Library > Preferences" and remove the plist file for Firefox (org.mozilla.firefox.plist).
    You can also try to repair the disk permissions: http://thexlab.com/faqs/repairprocess.html
    See also [http://support.apple.com/kb/HT2963 Troubleshooting permissions issues in Mac OS X]
    If that didn't help then try a reinstall.
    See http://kb.mozillazine.org/Installing_Firefox#Mac_OS_X
    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

Maybe you are looking for

  • Edit Flat file in apllication server

    Dear all, when i upload data from excel with  process chain it gives me an error message that i should place my data in bw application server. My question is about the way to edit data in application server; how can i edit data which is in applicatio

  • Latex-suite no longer working

    I don't know exactly when this happened, but latex-suite doesn't work anymore since one of the latests Vim upgrades. Is anybody else experiencing this problem? I checked in AUR and it seems to be a general issue. Does anybody knows how to fix it?

  • Vista bf 2142 teamspeak quits work

    This has happened with both the Beta and official drivers. When playing 242 I start playing and everything is fine, I can hear all teamspeak conversations and I can talk to people. It works both in game and when using the Xfire voice chat. After a pe

  • Config docs required!

    Hi, Can anybody provide configuration docs for PD and Recruitment for 4.6C. Urgent pls. Thanks in advance regards, kalyani

  • Help! Won't load past white screen!!

    I need help please! My curve won't load past the white loading blackberry screen. I downloaded an app from the app store and it crashed my phone.  I called my carriers tech support but they are backed up and it might be a days before they can get bac