Replies: 5 comments 12 replies
-
My guess is that you need to do two things: First, use the method that you found for Linux. Then, cmd-click an .fbx file on your Mac; chose Get Info, then Open With, select your wineskin app and click "Change all" so that all .fbx files will open with your wineskin app. Let us know if it works. (And I'm curious - which file viewer are you using?) |
Beta Was this translation helpful? Give feedback.
-
Run the Wineskin app inside your wrapper; choose Tools->Registry Editor. Look in HKCR (HKEY_CLASSES_ROOT) for entries like .txt to see the kind of thing you need to add for .fbx files (probably at least two entries, one for .fbx and the other for something like fbxfile, which will need to include the "open" command that runs your Noesis program with the current file ("%1"). I don't remember the details, but it's not difficult at all. Just look at some examples, like .txt, .htm, etc. |
Beta Was this translation helpful? Give feedback.
-
Did you also create an .fbx entry that contains "fbxfile" in the way that .txt contains something like txtfile or similar? Both are needed. |
Beta Was this translation helpful? Give feedback.
-
All you need to do is add
Then just drop a file on the app. At least this works when dropping files from the desktop on to the app (also on the desktop). You may need to use the Config Utility tool to map other directories to drive letters, but that's easy to figure out. |
Beta Was this translation helpful? Give feedback.
-
I don't use Google Drive so I have no idea of what the answer might be. Sorry. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have a viewer which I use in windows. It opens fbx files among others. I've made a wineskin app for it to use on macOS. How can I associate my fbx file types on my mac so I can open them with double click in that app?
When I open FBX files on my mac with just the app I've created I see this message:
p.s.: I see this here but it is only for linux: https://wiki.winehq.org/FAQ#How_do_I_associate_a_native_program_with_a_file_type_in_Wine.3F
Beta Was this translation helpful? Give feedback.
All reactions