I was running wine with no problems until I upgraded ubuntu to 8.10
Now, programs start in wine but don't really run and I can no longer browse the C:\ dirve.
Was there something else I had to do after the upgrade?
Thanks
Where did C:\ go?
Where did C:\ go?
On Tue, Nov 4, 2008 at 3:13 PM, jerlinux <[email protected]> wrote:
did not bother me though since I used gentoo on the laptop before I
installed intrepid and it had no c: link.
This has not worked in intrepid since I installed it 2 weeks ago. ItI was running wine with no problems until I upgraded ubuntu to 8.10
Now, programs start in wine but don't really run and I can no longer browse the C:\ dirve.
Was there something else I had to do after the upgrade?
did not bother me though since I used gentoo on the laptop before I
installed intrepid and it had no c: link.
Re: Where did C:\ go?
Well, I bother and would like to see an answer to this....jerlinux wrote:I was running wine with no problems until I upgraded ubuntu to 8.10
Now, programs start in wine but don't really run and I can no longer browse the C:\ dirve.
Was there something else I had to do after the upgrade?
Thanks
Where did C: go?
Okay. I figured it out.Well, I bother and would like to see an answer to this....
Click system
then Preferences
then Main Menu
Then find the "Browse C:\ Drive"
And click Properties
Then change
xdg-open ~/.wine/drive_c
to
xdg-open /home/yourusername/.wine/drive_c
where yourusername is the user you login with
So for me it was
xdg-open /home/john/.wine/drive_c
I am not sure why ~ does not equate to the current user perhaps
someone else can help with this bug.
John
Where did C: go?
---------- Forwarded message ----------
From: Austin English <[email protected]>
Date: Wed, Nov 5, 2008 at 11:19 AM
Subject: Re: [Wine] Where did C: go?
To: John Drescher <[email protected]>
On Wed, Nov 5, 2008 at 8:37 AM, John Drescher <[email protected]> wrote:
--
-Austin
--
John M. Drescher
From: Austin English <[email protected]>
Date: Wed, Nov 5, 2008 at 11:19 AM
Subject: Re: [Wine] Where did C: go?
To: John Drescher <[email protected]>
On Wed, Nov 5, 2008 at 8:37 AM, John Drescher <[email protected]> wrote:
Sounds like a ubuntu bug...You might try $HOME which should work as well.Okay. I figured it out.Well, I bother and would like to see an answer to this....
Click system
then Preferences
then Main Menu
Then find the "Browse C:\ Drive"
And click Properties
Then change
xdg-open ~/.wine/drive_c
to
xdg-open /home/yourusername/.wine/drive_c
where yourusername is the user you login with
So for me it was
xdg-open /home/john/.wine/drive_c
I am not sure why ~ does not equate to the current user perhaps
someone else can help with this bug.
John
--
-Austin
--
John M. Drescher
Where did C: go?
John Drescher wrote:
already. It is standard to use the tilde '~' to stand for the current
user's HOME directory. This is not, as far as I know, a deficiency of Wine.
James Mckenzie
Looks like a bug in Ubuntu that needs to be reported, if it has not beenI am not sure why ~ does not equate to the current user perhapsWell, I bother and would like to see an answer to this....
someone else can help with this bug.
John
already. It is standard to use the tilde '~' to stand for the current
user's HOME directory. This is not, as far as I know, a deficiency of Wine.
James Mckenzie
Where did C: go?
On Wed, Nov 5, 2008 at 11:48 PM, John Drescher <[email protected]> wrote:
nautilus ~
and I got the following error
Could not find "/home/john/~".
So instead of
xdg-open ~/.wine/drive_c
the following should be in the launcher command
xdg-open .wine/drive_c
This works on gentoo and ubuntu intrepid
John
I know the reason now. In the gnome launcher ~ is already in effect. I triedIt seems thatLooks like a bug in Ubuntu that needs to be reported, if it has not been
already. It is standard to use the tilde '~' to stand for the current
user's HOME directory. This is not, as far as I know, a deficiency of Wine.
xdg-open ~
works from a terminal but not a gnome-2.24 launcher.
I typed the same command in gentoo and got the same result.
nautilus ~
and I got the following error
Could not find "/home/john/~".
So instead of
xdg-open ~/.wine/drive_c
the following should be in the launcher command
xdg-open .wine/drive_c
This works on gentoo and ubuntu intrepid
John