[pkg-wine-party] [wine] 19/24: Update README for desktop integration.
Jens Reyer
jreyer-guest at moszumanska.debian.org
Wed Jan 11 23:14:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
jreyer-guest pushed a commit to branch stretch
in repository wine.
commit 6a4cb5eb3dd43c1ae7a96da5a072f446bb48868c
Author: Jens Reyer <jre.winesim at gmail.com>
Date: Sun Jan 8 15:03:04 2017 +0100
Update README for desktop integration.
---
debian/README.debian | 44 +++++++++++++++++---------------------------
1 file changed, 17 insertions(+), 27 deletions(-)
diff --git a/debian/README.debian b/debian/README.debian
index cf433f0..a4a093c 100644
--- a/debian/README.debian
+++ b/debian/README.debian
@@ -191,36 +191,26 @@ You can also make Wine known to your desktop environment. Then you may for
example in a filebrowser double-click on Windows executables to start them, or
right-click on them to "Open With Wine Windows Programs Loader".
-To enable system-wide support for this execute one of the following commands
-(both wine and wine-development have the same wine.desktop file):
-$ sudo cp /usr/share/doc/wine/examples/wine.desktop \
- /usr/share/applications/
-$ sudo cp /usr/share/doc/wine-development/examples/wine.desktop \
- /usr/share/applications/
-
-To enable support for this only for your current user execute one of the
-following commands:
-$ cp /usr/share/doc/wine/examples/wine.desktop ~/.local/share/applications/
-$ cp /usr/share/doc/wine-development/examples/wine.desktop \
- ~/.local/share/applications/
+Wine does this automatically for most file types supported by your installed
+Windows applications. However this is disabled for basic ones in Debian, both
+for security reasons and to avoid unwanted associations with Wine while a
+preferred native application exists.
-To remove this again execute one of the following commands:
-$ sudo rm /usr/share/applications/wine.desktop
-$ rm ~/.local/share/applications/wine.desktop
+To enable system-wide support for .exe files execute the following command
+(replace /usr/share/doc/wine with /usr/share/doc/wine-development if you use
+wine-development):
+$ sudo cp /usr/share/doc/wine/examples/wine.desktop /usr/share/applications/
+
+To support this only for your current user execute:
+$ cp /usr/share/doc/wine/examples/wine.desktop ~/.local/share/applications/
-The changes should take effect automatically. If not execute:
-$ sudo apt install desktop-file-utils
+To remove these native file type associations again execute the following
+commands:
+$ sudo rm -f /usr/share/applications/wine.desktop
$ sudo update-desktop-database
+$ rm -f ~/.local/share/applications/wine.desktop
+$ rm -f ~/.local/share/applications/wine-extension-*
$ update-desktop-database ~/.local/share/applications/
+The Wine FAQ has further information about this topic.
-Finally you can tell your system how to open some file types with Wine or
-installed Windows applications. This is disabled deliberately both for
-security reasons, and to avoid unwanted associations with Wine while a
-preferred native application exists.
-
-To create these file type associations execute the following command:
-$ wine winemenubuilder -a -r
-
-You can remove them similarily like the wine.desktop file. Check
-~/.local/share/applications/ and ~/.local/share/mime.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git
More information about the pkg-wine-party
mailing list