LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Wine Friggin Rules! But this makes no sense... (https://www.linuxquestions.org/questions/linux-general-1/wine-friggin-rules-but-this-makes-no-sense-33966/)

Bigun 10-28-2002 12:39 AM

Wine Friggin Rules! But this makes no sense...
 
I've gotten wine to run my KaZaA software and my Microsoft Word (ok, ok, I know about AbiWord, but only until they can do tables worth poo). But what doesn't make any sense is that I go into my menu editor and create an object with the appropriate command line, run it, and it closes itself.

I can use the exact same command line in the terminal window and it works, but from the gnome start menu, it botches. Ideas anyone?

DavidPhillips 10-28-2002 09:22 AM

depends on what it is, if it's something that needs to run in an xterm you may need this

xterm -e programname

Bigun 10-28-2002 10:21 AM

Nope, still botches, just with a different window.

DavidPhillips 10-28-2002 10:32 AM

make a script like this

#!/bin/sh
cd /path/to/program
./programname


chmod 755 scriptname

run the script from the menu

Bigun 10-28-2002 10:42 AM

Don't know why it made a difference, but it worked...thanx!


All times are GMT -5. The time now is 06:43 PM.