Problem upgrading from 0.9.46-0

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
IWant2bMSfree
Newbie
Newbie
Posts: 2
Joined: Sun Jul 06, 2008 3:33 pm

Problem upgrading from 0.9.46-0

Post by IWant2bMSfree »

I'm using Ubuntu 7.10. The laptop I use won't support 8.04 so please don't ask. Synaptic Package manager only lists 0.9.46-0 so I installed it from there. The install worked fine. Wine becomes it's own item on the main application menu, Programs installed show below it.That's all fine.

But, I ran into some windows apps that would not install (Paint Shop Pro from the ESD file and Macromedia Dreamweaver 4.0). To resolve these issues I tried to upgrade to Wine 1.0 and later Wine 1.1.0 from source code. First I removed 0.9.46-0. ./configure showed I had a number of needed modules so I took care of all the preliminary tasks first. The compilations and installs seemed to go smoothly enough.

The problem is Wine does not show up any longer on the main application menu. I can run it from terminal mode but that's about it. I can reinstall 0.9.46-0 and the menu items return but I'm still stuck with the apps that won't run.

Am I missing something? There are some applications not ported to Linux that I simply can not live without. The learning curve for replacement apps is too great. And my forum name is no joke. IWant2bMSfree! And once I achieve that goal, I want to lead others down the same path.

Please help.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Problem upgrading from 0.9.46-0

Post by vitamin »

IWant2bMSfree wrote:The problem is Wine does not show up any longer on the main application menu.
That's correct. Vanilla Wine does not add itself to the menu. Only installed programs.
IWant2bMSfree wrote:I can run it from terminal mode but that's about it.
That's the way you supposed to run it.
IWant2bMSfree wrote:Am I missing something?
Probably installing your programs first. Ex:

Code: Select all

cd /media/cdrom
wine setup.exe
IWant2bMSfree
Newbie
Newbie
Posts: 2
Joined: Sun Jul 06, 2008 3:33 pm

Post by IWant2bMSfree »

Well, I must admit, your answer was not surprising, albeit disappointing. Can the Application menu items for "Vanilla Wine" be recreated manually?

i.e. If I install 0.9.46-0, save the application menu shortcuts somewhere else, uninstall, reinstall 1.1.0, will the shortcuts point to the same locations when I drag them back into the application menu?
Locked