LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wine gui (https://www.linuxquestions.org/questions/linux-software-2/wine-gui-396781/)

alaios 12-27-2005 01:30 AM

wine gui
 
Hi to all :) I have the cool suse 10.. but i have a questions.. I have installed wine and it seems to work fine. The only prob i have is that i want to execute my progs not only from the console but also from the gui... I am using kde and when i select open with and i type wine for the programme nothing happens.. Do u know is there is any wine gui to use with my progrs?

megaspaz 12-27-2005 02:11 AM

i'm not sure about the wine gui, but you can create links to applications with execute command being:

wine /path/to/windows_executable.exe

or you can create little shell scripts and create links to the shell scripts and put them on your desktop and click on them when you want to run a windows program.

Code:

#!/bin/bash

cd "/winpar/winD/Adobe/Photoshop 5.0"

wine Photoshp.exe &

exit 0


cs-cam 12-27-2005 02:38 AM

If you feel like paying $40 for the privilege then you could try Crossover Office.

alaios 12-27-2005 04:20 AM

Thx a lot i am not interested in crossover .. i just want to run easily windows apps


All times are GMT -5. The time now is 04:17 PM.