Hi to all! This is my first post! I'm trying to use carbide.ui with wine and it works well. But I've got a problem: this apps needs to use an external, selectable app to edit images and sound files. I don't want to install gimp for windows on wine to integrate it, so I would like to know if is there any way to start a completely native application from a windows app, just like wine does with the browser plugin. Thanks!
http://wiki.winehq.org/FAQ#head-68d921c50355f280a905e3574b7dda58d76ff51f
gigabit3 wrote:> > http://wiki.winehq.org/FAQ#head-68d921c50355f280a905e3574b7dda58d76ff51f >So how would you open folders (in nautilus) from a wine app Anybody an idea? I modified [HKEY_CLASSES_ROOT/folder/shell/open/ddeexec/application from "folders" into @="/bin/sh run_linx_program nautilus \"%1\"" no luck..now it opens with the wine file browser. -- View this message in context: http://www.nabble.com/Start-native-linux-apps-from-a-wine-app-tp24442430p24451642.html Sent from the Wine - Users mailing list archive at Nabble.com.
abb4 wrote:> I modified [HKEY_CLASSES_ROOT/folder/shell/open/ddeexec/application > from "folders" into @="/bin/sh run_linx_program nautilus \"%1\"" > no luck..now it opens with the wine file browser.Why are you touching "ddeexec"? See 7.4 question in FAQ.
abb4 wrote:> I now placed it in [HKEY_CLASSES_ROOT/folder/shell/open/(there's no command folder)Create it. abb4 wrote:> It should be able to open a folder within nautilus, which is located in /usr/bin), right?Reads it's manual about how to start it so it shows a directory. This is not related to Wine. abb4 wrote:> why does @="/bin/sh run_linx_program nautilus \"%1\"" not workProbably because it doesn't exist.