wine missing from dashboard.Procedure to purge,start again?

Questions about Wine on Linux
Locked
vector
Level 2
Level 2
Posts: 12
Joined: Thu Mar 24, 2016 7:22 pm

wine missing from dashboard.Procedure to purge,start again?

Post by vector »

Ubuntu 14.4
wine installed using https://wiki.winehq.org/Ubuntu

Code: Select all

sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel
Application Zoom edit & share installed and working, (shortcut on desktop)
tried installing albumworksphotobooks.exe. failed with missing dll's
Went to uninstall it but wine nor wine config appears in the dashboard.
running winecfg from terminal produces wine config window but neither zoom nor albumworks applications appear.

Can i have a safe purge uninstall procedure for wine and its applications and I will try and start from scratch.
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine missing from dashboard.Procedure to purge,start aga

Post by dimesio »

vector wrote: Went to uninstall it but wine nor wine config appears in the dashboard.
Go back to https://wiki.winehq.org/Ubuntu and read the notes just below the instructions you followed for installing the WineHQ package.
vector
Level 2
Level 2
Posts: 12
Joined: Thu Mar 24, 2016 7:22 pm

Re: wine missing from dashboard.Procedure to purge,start aga

Post by vector »

Hi,
if your referring to the note
Menu items are not created for Wine's builtin programs (winecfg, etc.),
That clarifies the first part thanks
however
I did mention I ran winecfg from terminal, but none of the applications appear in the dialog window, ie I can't uninstall a windows app.
Something seems broken, no doubt a hang over from things done in previous posts :(
After looking in a number of places on the winehq site which state to uninstall old versions, none of them seem to point to an uninstall procedure. I am thus left to scour the net for possibly old and incorrect purge procedures.. which lead to the shambles a few few weeks ago.
Fingers burnt i'm now a little hesitant, my apologises.
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine missing from dashboard.Procedure to purge,start aga

Post by dimesio »

You don't uninstall apps from winecfg, and the apps you've installed won't be listed on the Applications tab in winecfg unless you add them. It doesn't sound to me like anything is wrong.

If you want to get rid of everything in the wineprefix, just delete the whole wineprefix. If you want to uninstall individual apps, run wine uninstaller. If it's a 64 bit app, run wine64 uninstaller.
vector
Level 2
Level 2
Posts: 12
Joined: Thu Mar 24, 2016 7:22 pm

Re: wine missing from dashboard.Procedure to purge,start aga

Post by vector »

thanks
If it's a 64 bit app, run wine64 uninstaller.
ahh thankyou... tried this, it threw up an add remove window, photobooks was listed, I selected and hit remove,
CLI threw up a few errors and the application did not remove itself. On second attempt, even tho I selected photobooks, and remove. It started notepad removal. weird
I dug around under .wine and found /program files (x86) /photobooks and it had an uninstall.exe. I executed this and now the shortcuts etc have been removed
:)
Locked