From 84bdef061a63b67907f5362e7ef0ac5880327071 Mon Sep 17 00:00:00 2001 From: "Oleksii S. Malakhov" Date: Mon, 9 Oct 2017 23:39:54 +0300 Subject: [PATCH] Documented: q4wine prevents user from running winecfg from KRunner even after uninstalling [BUG-98]; --- INSTALL | 16 +++++++++++++++- README | 5 +++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index f2502e3e..85573fb0 100644 --- a/INSTALL +++ b/INSTALL @@ -87,7 +87,7 @@ Installation Known Issues: *********************************************** -Non-standard directories +1. Non-standard directories If you have installed q4wine in a non-standard directory, and you get the following error message: "error while loading shared libraries: libq4wine-core.so", @@ -95,11 +95,25 @@ then you need to override LD_LIBRARY_PATH variable. LD_LIBRARY_PATH={$path_to_q4wine_prefix}/lib/ q4wine + +2. q4wine prevents user from running winecfg from KRunner even after uninstalling: + +You may wish to remove Desktop menu structure as well: +$HOME/.local/share/applications/q4wine + +Don't forget to refresh Application cache by runing kbuildsycoca or kbuildsycoca5 (for KDE) + + Uninstall: *********************************************** To uninstall q4wine, run the following command from within q4wine's build root: xargs rm < install_manifest.txt +You may wish to remove Desktop menu structure as well: +$HOME/.local/share/applications/q4wine + +Don't forget to refresh Application cache by runing kbuildsycoca or kbuildsycoca5 (for KDE) + Changelog *********************************************** See ChangeLog file for details diff --git a/README b/README index b61a6fd6..d33f629a 100644 --- a/README +++ b/README @@ -46,6 +46,11 @@ Uninstall: In the q4wine's build root run: xargs rm < install_manifest.txt +You may wish to remove Desktop menu structure as well: +$HOME/.local/share/applications/q4wine + +Don't forget to refresh Application cache by runing kbuildsycoca or kbuildsycoca5 (for KDE) + Changelog *********************************************** See the ChangeLog file for details