From 869207498d5eb232c3089bcf7efbfe260b34a508 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Mon, 16 Jul 2018 13:23:32 +0800 Subject: [PATCH] Update docs about MacOS --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index adf3bc9..975f478 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ sudo apt-get install python3-xlib python3-pyqt5 sudo pip3 instlal PyMuPDF grip qrcode ``` +### Package description. | Package | Use for | | :-------- | :---- | @@ -70,6 +71,12 @@ sudo pip3 instlal PyMuPDF grip qrcode (require 'eaf) ``` +### Why this awesome framework can't works with MacOS? +There are mainly three obstacles: +1. I can't make dbus/python-dbus works on MacOS High Sierra +2. This framework need use X11 reparent to stick Qt5 window to emacs frame, but i don't know how to make X11 works on MacOS. +3. Qt5 QGraphicsView/QGraphicsScene can't work MacOS, specify QGraphicsVideoItem can't work. + ## Usage ``` @@ -110,12 +117,6 @@ Then test again, if "emacs -Q" works fine, it's must be something wrong with you If "emacs -Q" still have problem, please [report bug](https://github.com/manateelazycat/emacs-application-framework/issues/new) -### Why this awesome framework can't works with MacOS? -There are mainly three obstacles: -1. I can't make dbus/python-dbus works on MacOS High Sierra -2. This framework need use X11 reparent to stick Qt5 window to emacs frame, but i don't know how to make X11 works on MacOS. -3. Qt5 QGraphicsView/QGraphicsScene can't work MacOS, specify QGraphicsVideoItem can't work. - ## How to develop new plugins? [Developer manual](HACKING.md)