diff options
| author | Po Lu | 2025-03-04 14:29:35 +0800 |
|---|---|---|
| committer | Po Lu | 2025-03-04 14:29:37 +0800 |
| commit | dcfbf7d1863fdba0329dcefa73c6ec15eb8046cf (patch) | |
| tree | 1cf550a13862ff12fb6526a5c3fec4c1cbebab85 | |
| parent | b09bbf22afda57cbf96870c68eb31264a4ced482 (diff) | |
| download | emacs-dcfbf7d1863fdba0329dcefa73c6ec15eb8046cf.tar.gz emacs-dcfbf7d1863fdba0329dcefa73c6ec15eb8046cf.zip | |
; * etc/PROBLEMS: Document the same problem here.
| -rw-r--r-- | etc/PROBLEMS | 10 |
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 | |||
| 3854 | This is a product of librsvg's failing to locate a suitable MIME | ||
| 3855 | database enabling it automatically to detect image file formats. The | ||
| 3856 | procedure 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 | ||
| 3858 | pre-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 |