Results 1 to 4 of 4
i have a program in wine no installer for it you just throw folder in program files and youre off and running want to make a desktop icon/ be able ...
- 09-21-2008 #1
[SOLVED] make a desktop icon for a program in wine
i have a program in wine no installer for it you just throw folder in program files and youre off and running want to make a desktop icon/ be able to launch from the icon on desktop
- 09-22-2008 #2
You could make you a little shell script in your home directory, make it executable and point your desktop launcher to it. Something like:
Name it something like "start_thrown" and execute it with the created launcher.Code:#!/bin/bash cd /home/leo5111/.wine/drive_c/Program\ Files/thrown_folder/ && wine thrown.exe
- 09-22-2008 #3
if you could jump on aim and help me id appreciate i havent learned any of that bin bash stuff my aims leo5222 thanks
i mean im willing to learn but its easier talking over aim oh and its funny you said home leo5111 because thats my home name...
- 09-22-2008 #4


