Start native linux apps from a wine app
Start native linux apps from a wine app
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!
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!
Start native linux apps from a wine app
gigabit3 wrote:
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-linu ... 51642.html
Sent from the Wine - Users mailing list archive at Nabble.com.
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-linu ... 51642.html
Sent from the Wine - Users mailing list archive at Nabble.com.
Re: Start native linux apps from a wine app
Why are you touching "ddeexec"? See 7.4 question in FAQ.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.
Start native linux apps from a wine app
dimesio wrote:
I'm not a programmer
I now placed it in [HKEY_CLASSES_ROOT/folder/shell/open/(there's no command
folder)
Again try and error!
It should be able to open a folder within nautilus, which is located in
/usr/bin), right?
why does @="/bin/sh run_linx_program nautilus \"%1\"" not work
I need some help.
--
View this message in context: http://www.nabble.com/Start-native-linu ... 65992.html
Sent from the Wine - Users mailing list archive at Nabble.com.
Try and error,
abb4 wrote:Why are you touching "ddeexec"? See 7.4 question in FAQ.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.
I'm not a programmer
I now placed it in [HKEY_CLASSES_ROOT/folder/shell/open/(there's no command
folder)
Again try and error!
It should be able to open a folder within nautilus, which is located in
/usr/bin), right?
why does @="/bin/sh run_linx_program nautilus \"%1\"" not work
I need some help.
--
View this message in context: http://www.nabble.com/Start-native-linu ... 65992.html
Sent from the Wine - Users mailing list archive at Nabble.com.
Re: Start native linux apps from a wine app
Create it.abb4 wrote:I now placed it in [HKEY_CLASSES_ROOT/folder/shell/open/(there's no command folder)
Reads it's manual about how to start it so it shows a directory. This is not related to Wine.abb4 wrote:It should be able to open a folder within nautilus, which is located in /usr/bin), right?
Probably because it doesn't exist.abb4 wrote:why does @="/bin/sh run_linx_program nautilus "%1"" not work
Start native linux apps from a wine app
dimesio wrote:
View this message in context: http://www.nabble.com/Start-native-linu ... 12760.html
Sent from the Wine - Users mailing list archive at Nabble.com.
not related to Wine.
abb4 wrote:I now placed it in [HKEY_CLASSES_ROOT/folder/shell/open/(there's no
command folder)Created it, didn't workCreate 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
--Why is this not related to WINE
If you run a Windows program in WINE, it's certainly good if it works like
it does under Windows.
In this case the program can open a folder in the file manager of Windows,
but it fails in WINE
to open in Nautilus
Can this really work from this script?
abb4 wrote:why does @="/bin/sh run_linx_program nautilus \"%1\"" not workIt's created in /home/binProbably because it doesn't exist.
code
#!/bin/sh
$1 "`wine winepath -u "$2"`"
It's in the path environment.
View this message in context: http://www.nabble.com/Start-native-linu ... 12760.html
Sent from the Wine - Users mailing list archive at Nabble.com.
Start native linux apps from a wine app
On Thu, Jul 16, 2009 at 10:57, abb4<[email protected]> wrote:
If you use a /bin/sh before it it needs to be in the working directory.It's created in /home/bin
code
#!/bin/sh
$1 "`wine winepath -u "$2"`"
It's in the path environment.