Skip to content

Commit

Permalink
Documented: q4wine prevents user from running winecfg from KRunner ev…
Browse files Browse the repository at this point in the history
…en after uninstalling [BUG-98];
  • Loading branch information
brezerk committed Oct 9, 2017
1 parent 961a07c commit 84bdef0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 15 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,33 @@ 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",
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
5 changes: 5 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84bdef0

Please sign in to comment.