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
Printable View
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
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
if you could jump on aim and help me id appreciate i havent learned any of that bin bash stuff my aims leo5222 thanks :p 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... :mrgreen:
oh dang i got it now thanx