aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2025-03-04 14:29:35 +0800
committerPo Lu2025-03-04 14:29:37 +0800
commitdcfbf7d1863fdba0329dcefa73c6ec15eb8046cf (patch)
tree1cf550a13862ff12fb6526a5c3fec4c1cbebab85
parentb09bbf22afda57cbf96870c68eb31264a4ced482 (diff)
downloademacs-dcfbf7d1863fdba0329dcefa73c6ec15eb8046cf.tar.gz
emacs-dcfbf7d1863fdba0329dcefa73c6ec15eb8046cf.zip
; * etc/PROBLEMS: Document the same problem here.
-rw-r--r--etc/PROBLEMS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 748d712c843..b76c7789e54 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -3849,6 +3849,16 @@ executing:
3849 3849
3850 $ adb shell appops set --uid org.gnu.emacs MANAGE_EXTERNAL_STORAGE allow 3850 $ adb shell appops set --uid org.gnu.emacs MANAGE_EXTERNAL_STORAGE allow
3851 3851
3852** Images embedded in SVG files are invisible.
3853
3854This is a product of librsvg's failing to locate a suitable MIME
3855database enabling it automatically to detect image file formats. The
3856procedure by which to obtain such a database is documented in the node
3857'(emacs)Android Software' in the Emacs manual; you may also download a
3858pre-compiled MIME database from this SourceForge repository:
3859
3860 https://sourceforge.net/projects/android-ports-for-gnu-emacs/files/mime-database.tar.gz/download
3861
3852* Build-time problems 3862* Build-time problems
3853 3863
3854** Configuration 3864** Configuration