I wanted to start from scratch with WINE, so I uninstalled and reinstalled it from the get-go. Now WINE's there and works, but the programs don't show up in Kubuntu's Application Launcher.
Here's what I did.
Uninstall WINE completely:
Its entries were still in the launcher, so I manually deleted them (and lived to regret it).
Then I reinstalled WINE, assuming it would bring it back into the App Launcher with the defaults:
No such luck. I've been trying to manually add them back, but am not having any luck. Is there some kind of command that installs it back into the launcher?
Edit: One more thing -- is it possible to backup the App Launcher to avoid problems like this in the future?
Here's what I did.
Uninstall WINE completely:
Code:
sudo apt-get remove wine rm -rf $HOME/.wine 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
Then I reinstalled WINE, assuming it would bring it back into the App Launcher with the defaults:
Code:
sudo apt-get install wine
Edit: One more thing -- is it possible to backup the App Launcher to avoid problems like this in the future?
Comment