You are not logged in.

#1 2009-06-29 05:55:45

w359405949
Member
Registered: 2009-05-29
Posts: 22

[solved]WINEPREFIX......and starter

my host is gnome
and now i can open more than one wine desktop,so i want to create a starter....
but it told me "flase"........
so i edit the .bashrc and create a "wine1" by alias............

alias wine1="WINEPREFIX=/home/myhostname/.wine1 wine"

and i can use the new command "wine1" in Terminal
but i cant also use in the starter

i have already google many times
but i till dont  know how to solve this problem

Last edited by w359405949 (2009-06-29 12:25:15)

Offline

#2 2009-06-29 06:07:08

FrozenFox
Member
From: College Station, TX
Registered: 2008-03-23
Posts: 422
Website

Re: [solved]WINEPREFIX......and starter

I'm sorry, but I have no idea what you're trying to ask.. I don't think I'm alone on that one either..

are you trying to make a start menu entry?..

"flase"? false? and what says that? where? i can't imagine any error message just saying "false" and nothing else, so maybe I don't understand you.. what is "it" for that matter??? wine?

please be a little more specific, and a little more coherent if you can..

FYI, Gnome can't run bash commands like those in ~/.bashrc from the start menu IIRC (though I mostly use KDE, so that could be very wrong).. make a new start script in your $PATH, say, /usr/bin/..

like.. /usr/bin/newwine, containing:

#!/bin/bash
WINEPREFIX=/home/myhostname/.wine1 wine

Then chmod a+x it, and in your start menu entry, use /usr/bin/newwine path_to_your_program..

is that what you're asking for??

Last edited by FrozenFox (2009-06-29 06:14:24)

Offline

#3 2009-06-29 12:24:56

w359405949
Member
Registered: 2009-05-29
Posts: 22

Re: [solved]WINEPREFIX......and starter

FrozenFox wrote:

I'm sorry, but I have no idea what you're trying to ask.. I don't think I'm alone on that one either..

are you trying to make a start menu entry?..

"flase"? false? and what says that? where? i can't imagine any error message just saying "false" and nothing else, so maybe I don't understand you.. what is "it" for that matter??? wine?

please be a little more specific, and a little more coherent if you can..

FYI, Gnome can't run bash commands like those in ~/.bashrc from the start menu IIRC (though I mostly use KDE, so that could be very wrong).. make a new start script in your $PATH, say, /usr/bin/..

like.. /usr/bin/newwine, containing:

#!/bin/bash
WINEPREFIX=/home/myhostname/.wine1 wine

Then chmod a+x it, and in your start menu entry, use /usr/bin/newwine path_to_your_program..

is that what you're asking for??

yes...........

Offline

Board footer

Powered by FluxBB