Open With Change All doesn't work

Change All... under Open with: in the Get Info dialog doesn't always work. If I select a .pl file and then use this method to ask OS X Mountain Lion to open all .pl files with (the default) TextEdit.app, then in the future only that same file is opened with TextEdit. Other .pl files, even if in the same directory, are opened with whatever other application they were previously set to be opened with. This contradicts the claim that "This change will apply to all documents with extension “.pl”."
Is this just a bug, or might I be doing something wrong?

This free program will solve your problem, it's a System Preference Pane actually.
Wonderful program for fixing all file association issues in one location.
http://www.rubicode.com/Software/RCDefaultApp/

Similar Messages

  • "Open With"- "Change All" corrupts your file (Resource forks, extended attributes, creation date)

    I finally know why some of my files get corrupted.
    If you use the following method to assign one kind of file to always open with the same application;
    http://docs.info.apple.com/article.html?path=Mac/10.6/en/8387.html
    (File -> Get Info -> Open With -> Change All)
    an extended attribute will be added to your file.
    You can examine that by typing "ls -l" in Terminal. If you see an @-sign after permissions than you have an extended attribute in that file.
    To see what it contains, type "xattr -l filname.jpg" in Terminal.
    Besides that is adds an extended attribute (which can be deleted with the "xattr --help" command) the modification date of the selected file will be changed.
    I think this is irritating because I wan't to keep my master photos with the same modification date as creation date.
    What else does it effect besides the modification date and to add extended attributes? Does my metadata get intact?
    (If you further want to make a backup copy on for example a FAT32 filesystem than your got a new problem. FAT32 doesn't support resource forks, so besides filename.jpg you will have an additional ._filename.jpg of 4kb)

    Doesn't sound like there is any corruption going on to me. It may change the date modified, but that should be expected since you modified the file.

  • Every Programme that it is opened with Adobe Reader doesn't work What Can I do ?

    Every Programme that it is opened with Adobe Reader doesn't work What Can I do ?

    More information please.
    Version of Reader? OS?  Can you open reader by double-clicking on its icon? Can you open reader by double-clicking on a pdf file? What programs are trying to open reader? Some programs might be restricting your ability to view pdf files using the Reader plug-in due to security concerns. If this is the case you need to find out how to enable the plug-in in the case of each application.

  • Open With my program doesn't work

    I have Java program which runs on PCs and saves files with a special extension. When I double click on a saved file, I would like it to open with my program. This worked before when my program was stored on the C drive. But now I store it more appropriately in the Program Files folder, and it does not work anymore.
    If I try to say Open With and browse to my program, it does not show up in the list, so I cannot choose it. Or if I go to Default Programs in the Start menu, click on Associate a file type or protocol with a specific program, select my extension, click on Change program, and browse to my program, again it does not show up in the list, so I still cannot choose it.
    I am using Windows Vista, and I am able to make associations with other programs, but not with my program.
    How can I make it work? Thanks for your time!

    Sorry to bother you with this. Yes, this was a Windows problem, not a Java problem.
    The solution was to use the Registry Editor. Just for the record, let me post my solution:
    For being able to open files with my extension, I had to create a registry in
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts,
    including the subkey of the program name in the subfolder OpenWithList
    and the subkey of the program id in the subfolder OpenWithProgIds.
    And for the program id I had to create another registry entry in HKEY_CLASSES_ROOT,
    including the subfolders Shell, Open, and Command, where I placed the
    subkey of the directory of my program.
    I did all this with my installation program Inno Setup (www.jrsoftware.org). Here is
    the code I created with Inno Setup for recognizing my ".ac" extension:
    [Registry]
    Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ac"; Flags: uninsdeletekeyifempty
    Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ac\OpenWithList"; Flags: uninsdeletekeyifempty
    Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ac\OpenWithList"; ValueType: string; ValueName: "a"; ValueData: "Ananya.exe"; Flags: uninsdeletekey
    Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ac\OpenWithProgIds"; Flags: uninsdeletekeyifempty
    Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ac\OpenWithProgIds"; ValueType: binary; ValueName: "AnanyaCurves"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves"; ValueType: string; ValueData: "AnanyaCurves"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves\Shell"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves\Shell"; ValueType: string; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves\Shell\Open"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves\Shell\Open"; ValueType: string; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves\Shell\Open\Command"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves\Shell\Open\Command"; ValueType: string; ValueData: """C:\Program Files\AnanyaCurves\Ananya.exe""""%1"""; Flags: uninsdeletekey
    Now my program even shows up in the Recommended Programs!
    And, by the way, this only worked if I put my extension key in
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts.
    It did not work if I tried to put my extension key in HKEY_CLASSES_ROOT.

  • Always open with and Change all doesn't work

    Hello,
    I'm having trouble changing what application should be used when opening movie files (.avi, .mkv etc).
    I'm using mplayer (not the gui extended one), and I've made an .app that runs a script to open the chosen file in mplayer.
    It works fine if I tell the individual file to always open with that specific application, but if I choose Get info so that I can use the "change all", and got my own app chosen, it just changes back to the default one.
    I did a repair permissions on my disk, but nothing changes.
    Can anyone help me?
    Thanks

    Update:
    I decided to make an app in Automator.
    In automator I chose "Get Selected Finder Items" to get the file I'm trying to open.
    After that I added a "Run Shell Script", set the pass input to as arguments. The command was
    /PATH/TO/YOUR/mplayer "$@"
    Then save as application. Worked fine for me to set .avi to use it, and also use "change all".
    So I guess the problem got solved. But it doesn't explain why my app made in the applescript editor couldn't have the "change all" clicked without changing to something else.

  • "Always open with" (this application) doesn't work

    I'm fighting to set Photoshop as the default application to open TIFF files. The present persistent default is Preview. In theory, I should right-click on a TIFF file, choose Open with > Other..., then select Photoshop and check "Always open with" checkbox.
    It doesn't work. The file is opened in Photoshop, but after I close the file and double-click THE SAME FILE in Finder, my Mac happily launches Preview again.

    Hi,
    Try the other way,
    1. Right click on the tiff file, choose 'Get Info'.
    2. In the get info window choose 'Photoshop' for 'Open with'.
    3. Click the 'Change All...' button.
    This might work.

  • Open with & Change All revert back to Preview. Can't set Photoshop instead.

    To help with analysis of this issue, my system is a G4 PowerMac running OS X Tiger 10.4.11. This issue also involves Photoshop 6.0.1 running in Classic mode.
    For my Photoshop files, the default application is no longer set as Photoshop, but instead as Preview. I would like to reset Photoshop as the default application for all files ending with the ".psd" extension. When I right-click (or control-click) on a file ending in a ".psd" extension, select "Get Info", then under "Open with" choose Photoshop, and finally click the "Change All" button, the "Open with" setting reverts back to Preview. I am able to change one file at a time, by selecting Photoshop under "Open with" and by then avoiding clicking on "Change All". Regrettably, it is not feasible to change the settings for every single ".psd" file on the computer in this one-by-one manner.
    Does anyone know how to change the default application globally for all ".psd" files to Photoshop, using the command line? I have searched for information on the Internet about the "defaults" command line utility, but have been unable to find an answer in that regard.
    Does anyone know of an alternative means by which to resolve this issue?
    Thank you for your time and help.
    -John

    Thank you for the suggestion, BDAqua. Regrettably, the problem continues to persist. The command at that link did indeed do something because the choices for "Open with" were different. Also, after running the command, Photoshop was not among the default choices, although it could be found after clicking on "Other". This might be shedding light on something. The copy of Photoshop is on a secondary hard drive in order to save space on the main hard drive. Maybe if Photoshop is on the main drive and then the command from the linked page is run, that might solve the issue.
    After the opportunity to test that, I plan to post a follow-up message. I must confess that it might be a few days before that happens.
    Thank you again for you help, BDAqua.
    -John

  • Open with Change All, have to reboot to see icon changes?

    If I have a bunch of jpegs on my desktop, all have preview icons and all open with preview. I 'get info' on one of them and change it to open with Fireworks and also select 'change all' so all documents like this open with Fireworks.
    After doing so, the icon of the file I clicked changes to a fireworks icon, but why do all the other jpegs not change icon at the same time? they remain as preview icons, even though they all open in fireworks.
    I have to reboot in order to see them all as fireworks icons.

    Try this (you can undo it)
    1. make a folder on your desktop
    2. Go to username/Library/Preference folder
    3. select all the preferences that begin with "com.apple...plist"
    4. Hold down the "apple" key, and deselcet the on that says com.apple.Dock.plist" (no one wants to reconstruct their Dock).
    5. Drag the remaining highlighted item to that folder on your desktop
    6. Restart, or log out.
    See if it recurs.

  • Always open with Pages '09 doesn't work? (Pages 3.0)

    i have a copy of Pages '09 and a copy of Pages 3.0 on my MBP. unfortunately my Mac Pro only goes up to Lion so i cannot use 3.0 and this machine cannot /read/ 3.0 pages document.
    consequently, i would like to almost always open Pages documents with the 09 version or i would like to temporarily unload 3.0 so that i don't end up with a mess of files that only open on my laptop.
    unfortunately when i right click on a PAGES document and go to PAGES 09 and check "Always Open With" - this single document opens with pages 09 but other pages documents seem to open with pages 3.0.
    am i missing something here or is this the intended implementation? i mean, can i set pages documents on this computer ot always open with 09 unless i manually tell it to open with 3.0 or am i somehow supposed to tell every pages file on my HD to open with 09 (which is obviously not workable).
    any ideas on what i am missing or if my system is acting buggy.
    thanks

    hi T.
    thanks a bunch.
    somehow i forgot this fact.
    does seem like for new users they could put a prompt in Open With Other to direct people to Get Info and in Get Info they could put a prompt to direct people to Open With Other in the event one has one workflow need as opposed to the other. this is a pretty basic user need, there is nothing obvious in the prompts that tells you what in fact you are doing, and even after having been back on the mac for a number of years now it is not one i remember even when working in the UI.
    again many thanks.

  • Open With - Change All; Not maintained and lost after restart; Help!

    I'm loosing my open this file with this application default settings. I've been experiencing it with PDF files and preview app. The finder will default back to preview after I continually reset all PDF files to open with Acrobat.
    Oddly this is also happening with Entourage. Frequently between restarts the finder asks if I want to make Entourage my default email app.
    Why is the system loosing the default settings so frequently?
    // x-post with
    http://discussions.apple.com/thread.jspa?messageID=9225966&#9225966

    Try rebuilding the launchservices database:
    Rebuild LaunchServices Database
    For Tiger users
    Open the Terminal application in your Utilities folder. At the prompt paste in the following command in its entirety:
    /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LaunchServic es.framework/Support/lsregister -kill -r -domain local -domain system -domain user
    Press RETURN.
    For Leopard users
    Open the Terminal application in your Utilities folder. At the prompt paste in the following command in its entirety:
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user
    Press RETURN.
    You will get prompts about using applications for the first time but that's normal after the rebuild.
    As for the default mail program you should open Mail, select Preferences from the Mail menu. Click on the General icon in the toolbar, then set the Default Mail drop down menu to the mail program you want as the default - in your case Entourage.

  • LAN with TCP/IP doesn't work

    Hello,
      I have a problem with my laptop IdeaPad S10e 4187-5PG: LAN with TCP/IP doesn't work, after I have updated all the drivers to the latest ones form the Lenovo site (except BIOS update). I tried to check if LAN worksby sending a ping to the IP address and that is OK, but when Isend a ping to the default gateway it failes. A ping to the DNS server also fails.Could you please help me because I tried everythinh and I can't getthe LAN to work.
    Thank you very much

    Perhaps you could describe you network in a little more detail.
    Is this a Workgroup home network or are you connected to a Domain server?
    If this is a workgroup are you connecting to the internet via a cable or DSL router?
    Do other computers on your network connect OK?
    Has your S10e ever worked properly on the network?
    Are you connecting via a wireless access point or LAN cable? 
    What do you Ping on and from where?
    Can you Ping OK on another networked computer?
    Open up a DOS Prompt (aka command prompt, DOS Box). and type IPCONFIG  /ALL <enter>. Do you get a compatible IP address and subnet mask? You should also get the gateway IP address.

  • In day 4, video # Creating "pages" with Flex states doesn't work

    i can't open video training http://www.adobe.com/devnet/flex/videotraining in day 4. it's name( Creating "pages" with Flex states ) doesn't work, it report error. supporter can look it and solve problem

    Hi,
         I'm also pacing the same issue. if click on the video in the Day 4 exercises. i don't know, what is the issue with that particular videos. and also pacing one more issue that design mode is not showing in my flash builder 4. if u have any ans plz help me out. PFA

  • Why tethering with USB cable doesn't work after IOS6.0 update?

    why tethering with USB cable doesn't work after IOS 6.0 update?

    Try updating the carrier settings, if that doesn't do it try following along with this Apple doc -> iOS: Troubleshooting Personal Hotspot

  • ITunes 10.4 full screen with Win7-64bit doesn't work correctly.

    iTunes 10.4 full screen with Win7-64 doesn't work correctly. I have the Windows taskbar on the left side of my screen. Maximized iTunes is panned to the left.

    Same issue here. When the Windows taskbar is position on the top of the screen and then the iTunes windows is maximised, it's position is as if the Windows taskbar is at the bottom of the screen so the top of the iTunes window sits under the taskbar.
    For those wanting a workaround, hold shift and right click the iTunes icon in the taskbar/quick launch bar and click restore, at least then you can adjust it to be full screen manually.
    System:
    Windows 7 Ultimate x64
    iTunes 10.4
    ATI 5750 video card

  • Comcast came to fix my internet. My AIRPORTWIFI now only works with desktop. it doesn't work with my IPhone or IPad. Why? What can I do?

    Comcast came to fix my internet. My AIRPORTWIFI now only works with desktop. it doesn't work with my IPhone or IPad. Why? What can I do?

    Hello lila54,
    It sounds like your Wi-Fi network is working if your desktop works with it, we just need to get the Wi-Fi on your iPhone and iPad connected to it.  I found a couple of resources to help with not being able to connect to Wi-Fi on an iOS device.
    I recommend following the steps in this tutorial first (the steps should work on the iPhone and iPad):
    Join a network
    http://www.apple.com/support/iphone/assistant/wifi/
    If you are still having trouble connecting to Wi-Fi, follow the steps in this article (you can skip any steps you have already taken):
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Thank you for posting in the Apple Support Communities. 
    Best,
    Sheila M.

Maybe you are looking for

  • My iPod Touch 16GB won't charge up more than 50%!?

    Well I just bought my iPod Touch 16GB this past Sunday at a Best Buy here in Austin Texas and everything seems to work fine for me EXCEPT I cannot charge the device more than 50%. The battery icon will show up but will never show more than a 50% char

  • How can I set a value of column in SSIS by using Replace

    How can I set a value of a column in SSIS using a Replace in Derive columns. I have here NameCode and I need to Set = 1 Where NameCode like LIKE '____99____' eg. 1006993010... if 5th and 6th characters are 99 Else 0 Hope to hear from someone soon and

  • Adding a new class with Creator (really simple problem i think..)

    I added a new class to my project with creator... class name is "CambiaNote" and there's a method called Cambia tabellaselezionabile is my project(package) I tried to run everything but It gave me an error: Exception Details:  org.apache.jasper.Jaspe

  • How do i get the sound to work on my videos i upload from my sprint moment ph on the windows media

    I uploaded my all my pictures n videos but the videos will not play any sound on the laptop. i just bought this yesterday so i don't kknow what to do to get it to work

  • Last Year Sales Report

    I have a requirement where say user selects year and months by prompts eg. 2008 jan and 2008 feb. It should also give me sales for last year and should be arranged as rows. 2008 Jan Sales 2008 Feb Sales 2007 Jan Sales 2007 Feb Sales How to go about i