본문 바로가기

카테고리 없음

Set Default Program For Extension Mac



This content has been archived, and is no longer maintained by Indiana University. Information here may no longer be accurate, and links may no longer be available or reliable.

Mac OS X allows you to choose which application isassigned to open certain file types with common filename extensions(e.g., .pdf, .jpg, .tiff,.mp3, .mov). This is useful, for example, ifyou want a file with the extension .pdf to open withAdobe Reader instead of the Preview application. Filescreated in the Classic environment, which often do not havea filename extension, can also be assigned to open with an appropriateMac OS X application using the following instructions.

Change File Associations in Mac OS X. Change the Default App a File Opens with on a Mac; 2 Ways to Change the Default Application to Open Files With in Mac OS X. To my computer first. The sticker is, when I drag an outlook file to my computer, it defaults to.eml, and I have to change the extension to.msg so that my. In this example, let us choose Internet Explorer and Set this program as default for all the internet shortcuts, HTML files and other files normally viewed on a browser. You can also choose, selective application types or file extensions to associate with a program. Mac OS X makes it easy to change file associations, which determine what programs are used to open various file types. You can change the setting for individual files or for all files of a specific file type.

Note: The instructions below, which change thefile's icon in the Mac OS X Finder to reflect the programthat will open it, will have no effect on the type or creator codeswhich may be contained in the file itself.

How To Set Default Program For Windows 7

  1. Select the file in the Finder by clicking it once.
  2. From the File menu, select Get Info.
  3. In the Info window, click the triangle next to 'Openwith:' to expand that section of the window.
  4. From the pull-down menu that appears, select the application youwish to use to open the file.

    Note: Not every application listed will open thefile as expected. Make sure the application is appropriate for thetype of file with which you are working.

To change the application to open all similar file types, clickChange All... You will see a confirmation dialog boxasking if this is really what you want to do. Click Continue.

Active7 years, 2 months ago

How to set an icon for some file types thought the whole system?

For example, I have text files that ends with .scala extension and I want to associate an icon for that files through the whole system and for any newly created file of this extension.

Does omnisphere 2 come with 2. 5. Thanks.

Chiron

Default Programs On Mac

ChironChiron
4533 gold badges9 silver badges18 bronze badges

3 Answers

Icons for file types are handled by Launch Services (the service determining, among other things, which application handles a file type). The file icon is always provided by the application handling opening a file by default. This way, e.g. Preview provides PDF icons by default, and PNG icons, but if you change all PNG files to open using Pixelmator instead, these files get a Pixelmator-style icon afterwards.

What you need to do is add your file type definition to the application that opens it by default, or create your own 'dummy' application for the file type.

As an example, my system does not yet know about .scala, and I want TextMate to handle it.

First, I Show Package Contents of TextMate.app, navigate to Contents/ and open Info.plist, either with a text editor, or Property List Editor, part of Apple's developer tools.

Microsoft xp professional. TextMate uses an unusual format for Info.plist (it's usually binary or XML), an excerpt of which looks like this:

The parent key CFBundleDocumentTypes is what we want. The first child element of it, enclosed in curly braces, contains a file type definition, complete with name (for file type column in Finder), file extensions, and the name of the icon file (ADA for TextMate.app/Contents/Resources/ADA.icns).

To support .scala, we need to add a sibling element similar to the one above, under the same parent element CFBundleDocumentTypes:

For simplicity's sake, I'm using the same icon file, but we can create one ourselves, copy it to TextMate.app/Contents/Resources/SCALA.icns and refer to it as SCALA in Info.plist.

Now, close TextMate if it's running, move the application TextMate.app to a different folder, and open it again. Close it, and move it back, then open it yet again. This is done so Launch Services picks up the changes to Info.plist we just performed.

Set Default Program For Extension Mac

The result looks like this (remember, we reused the TextMate Ada icon for .scala):

If you don't want to associate an application to open .scala files (can't imagine why, but there's a way to do this): Change the additions to the file to the following:

Home / Android Spotify party DJ app – Create party music playlists The Android Spotify party DJ app that lets you and your guests create party music playlists 1. Like Djay, the app would offer the ability to play and manipulate tracks from the Spotify catalogue. 2014-10-29 Our friends from Algoriddim have announced that their popular DJ-ing app, djay 2, is now available on Android with full Spotify integration. Now you can mix. Spotify dj free download - Spotify Music, Spotify for Artists, Spotify Stations, and many more programs. Enter to Search. My Profile Logout. CNET News Best Apps Popular Apps. https://simclever541.weebly.com/android-dj-apps-spotify.html. As well as compatible DJ app you’re also going to need plenty of hardware when you want to DJ with Spotify. Algoriddim is one of the best manufacturers to take a look at, not least because they make the djay 2 app. That means you can browse the specs without having to get stressed out by those annoying compatibility issues Spotify.

Set Default Programs Windows Vista

Set Default Program For Extension Mac

Does the free version of spotify. Now, the application declares the file type, but tells the system that it does not know how to handle it (Apple gives the example of Finder declaring font types, although it cannot open them itself).

*Note that any permanent application assignment to the file type overrides the icon, probably to the 'unknown document' kind.

If you already have an application associated with .scala, and just want to change the file icon without changing the associated application:

Open of the application's Info.plist, look for the file type entry in CFBundleDocumentTypes, and get the CFBundleTypeIconFile. Modify this file in ../Contents/Resources/ and it should be reflected in Finder shortly afterwards.

Bonus information:

How to change a single document's or folder's icon to an image file

Suppose you have an image ~/Desktop/test.png which you want to use an an icon (it's the screenshot used above to illustrate the .scala/TextMate/Ada icon change.

Open /Applications/Utilities/Terminal.app and enter:

This will change the test.png file icon to its image. Since I enjoy recursion, lets try this:

Before, the plain Preview png icon (image preview is deactivated):

After, the image file itself is its preview:

Now we can open the file's Get Info dialog, click the desired, future document icon on the top left, Cmd-C to copy it, open the document file's Get Info dialog, click the undesired, current document icon on the top left, and Cmd-V to paste the icon we want.

Alternatively, you can open the image file you want to use as icon in Preview, Cmd-A to select all, Cmd-C to copy the image to clipboard. Then open the target document's Get Info dialog, select the icon to change in the top left, and Cmd-V to paste the image over it.

Daniel BeckDaniel Beck
95.4k12 gold badges241 silver badges292 bronze badges
Set default program for files

You need to replace the ICNS file inside the program that is assigned as the default program for the specific file type.

1 - Create an image for the desired icon, then save as a png filetype (png supports transparency).

2 - Convert the png file to an icns filetype (FastIcns is pretty great and it's free).

3 - CMD click or right click the application that is set as the default app for the specific filetype, then select show package contents.

Set Default Program For Extension Macro

4 - Look for the icns file that the application is designating as the icon for the specific file type, it will probably be in a folder called Resources.

5 - Name the icns file you created, the exact same file name as the one you want to replace.

6 - Copy and paste, or drag and drop the new icns file you created into the folder where the one you want to replace is located, and choose replace when given the option.

7 - You're done! All of the icons for that file type have been replaced with the new desired icon.

daporterfizzledaporterfizzle

The way I always go about this is to find a file with that extension, right click » Get Info, or Command-i, and that will pull up the Info Panel. At the top your see the icon that is currently used for the image. You can drag an image file onto that one to change it, or if you copied the image, you can click on the image you want to change and do a paste to change it.

Where is my download folder in mac. In order to do some JNI programming, I need to know where Java installed on my Mac.I thought that inside the /Library/Java/JavaVirtualMachines/ folder, there would be a folder called 1.7.0.jdk or something, but then I found that the folder is empty. I just downloaded Java 7u17 on Mac OS 10.7.5 from and then successfully installed it. This was confirmed by running ls /Library/Java/JavaVirtualMachines/ in the Terminal.

If you’re wanting to install Kodi on the, you’ll need to. I get asked whether you should use 32bit or 64bit Kodi on the Firestick quite a bit. The download link for Kodi 17.6 I’ve provided is for the 32bit version of Kodi as. Run Kodi With Kodi installed on your Fire TV stick, it’s time to launch it. Download kodi using downloader.

Arjan
27.4k11 gold badges66 silver badges107 bronze badges
jakehschwartzjakehschwartz

Not the answer you're looking for? Browse other questions tagged macosmacosx-snow-leopard or ask your own question.