![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Absolute Beginner Talk The perfect starting place to find out more about computers, Linux and Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
A Carafe of Ubuntu
![]() Join Date: Jan 2006
Beans: 143
|
Wine Unintall but still showing on the program list
Hi all,
I uninstalled a program in wine but wheni check in program list it is still there. when i check uninstaller nothing is on list. who do i clear the list? |
|
|
|
|
|
#2 |
|
Fresh Brewed Ubuntu
![]() Join Date: Dec 2006
Beans: 1,455
Ubuntu Jaunty Jackalope (testing)
|
Re: Wine Unintall but still showing on the program list
the reason those shortcuts don't get removed is because wine (not the actual program running under wine) created the shortcuts, and so the uninstaller (which is a windows program run through wine) doesn't really know where to remove them, and wine doesn't really keep track of them. To remove them from your start menu, right-click->edit menues (on the Applications/Places/System menu), go down to wine, and either uncheck (hide) or delete the unwanted shortcuts.
Hope this helps
__________________
|
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Feb 2007
Beans: 57
Ubuntu 7.10 Gutsy Gibbon
|
Re: Wine Unintall but still showing on the program list
Thanks it was helpful for me too.
|
|
|
|
|
|
#4 |
|
Just Give Me the Beans!
![]() |
Re: Wine Unintall but still showing on the program list
ok but how do i remove the directorys after they are deleted?
im trying to clean out my system and save as much space as possible how do we fix this from happening in the future? |
|
|
|
|
|
#5 |
|
Just Give Me the Beans!
![]() Join Date: Feb 2009
Beans: 75
Ubuntu 8.04 Hardy Heron
|
Re: Wine Unintall but still showing on the program list
i had a similar problem and the terminal commands below helped me uninstall cleanly.
https://help.ubuntu.com/community/Wi...20Applications 5. Uninstalling applications 5.1. How do I uninstall Windows applications? Wine has its own built-in uninstaller - the equivalent of Windows' "Add/Remove Programs" function for running standardized uninstallers. In recent versions, a shortcut has been added to Wine's menu, along with a shortcut to winecfg. Note that Wine does not fully implement everything required to cleanly uninstall all applications. Some uninstallers might not function at all. To remove all programs installed under Wine, remove the ~/.wine directory: rm -rf $HOME/.wine Also the uninstaller does not remove menu and desktop entries. To remove all Wine-created menu entries run the following commands rm -f $HOME/.config/menus/applications-merged/wine* rm -rf $HOME/.local/share/applications/wine rm -f $HOME/.local/share/desktop-directories/wine* rm -f $HOME/.local/share/icons/????_*.xpm |
|
|
|
|
|
#6 | |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2009
Beans: 18
Ubuntu 9.04 Jaunty Jackalope
|
Re: Wine Unintall but still showing on the program list
Quote:
This removes the program data, as well as the menus wine created for the program. you can also look through ~/.local/share/icons and delete the icon from the file if you want, though it wont display either way. |
|
|
|
|
| Bookmarks |
| Tags |
| wine |
| Thread Tools | |
| Display Modes | |
|
|