apps started by right click menù under Windows

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
cippalippa
Newbie
Newbie
Posts: 3
Joined: Sat Aug 07, 2010 5:12 am

apps started by right click menù under Windows

Post by cippalippa »

Hi everybody,
I'm new to wine.
I'm using wine-1.2 on MAC OS X Snow Leopard (10.6.4).

I'd like to run dBPowerAMP Music Converter.
Under Windows I usually start this program selecting a file and an entry on the explorer righ click menù (Convert to...).

I tried

Code: Select all

wine explorer /desktop=one,1024x768 explorer
but the right click menù has no entry for dBPowerAMP Music Converter even though it's installed and configured properly (actually a can run it through the command line:

Code: Select all

wine start "C:\Programs\Illustrate\dBpoweramp\MusicConverter.exe"
).

I would be able to start dBPowerAMP through a right click menù entry even under MAC OS X. Is there a way to do this through wine?

Thanks for your help.
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

Looking it up, this seems to be an audio file converter. Have you tried any of the Linux native converters? The Nautilus Audio Converter extension isn't half bad.

If you have any specific reason to use this one, though, I'm not sure if Wine implements custom context menu options yet. Or did you mean you're not seeing it in the "open file with application" type menu?
cippalippa
Newbie
Newbie
Posts: 3
Joined: Sat Aug 07, 2010 5:12 am

Post by cippalippa »

Thanks for your quick reply.
I'm not sure if Wine implements custom context menu options yet. Or did you mean you're not seeing it in the "open file with application" type menu?
Well, I don't know whether it should be in the explorer context menu or in the Mac OS "open with..." menu. Indeed this is my question.
I'm just wondering if I can use this app the same way I used under Windows. It's really convenient selecting a group of files an then click the context menu "Convert to" to get them the way you want.
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

One thing's for sure here; it won't appear in your OSX menus, and it probably never will. If it did appear, it would be in Wine Explorer, not your native file browser. If it doesn't appear in Wine Explorer, that probably means that context menu support isn't implemented in Wine yet.

If you have a way to actually open apps with the converter, do that. As for how to create an usable shortcut in OSX for your Wine app, I think this has been answered before a few times - search the forums. :)
cippalippa
Newbie
Newbie
Posts: 3
Joined: Sat Aug 07, 2010 5:12 am

Post by cippalippa »

One thing's for sure here; it won't appear in your OSX menus, and it probably never will. If it did appear, it would be in Wine Explorer, not your native file browser. If it doesn't appear in Wine Explorer, that probably means that context menu support isn't implemented in Wine yet.

If you have a way to actually open apps with the converter, do that. As for how to create an usable shortcut in OSX for your Wine app, I think this has been answered before a few times - search the forums.
OK, thank you very much!

An OSX shortcut it's ok for me.
Locked