diff options
| author | Po Lu | 2025-03-04 14:32:48 +0800 |
|---|---|---|
| committer | Po Lu | 2025-03-04 14:32:48 +0800 |
| commit | fe7a8c92be6269f8fc7933eb6c190178839d0f8a (patch) | |
| tree | d985e95c6954ea7a8fedfd6415d13f05970fcdd8 /etc/PROBLEMS | |
| parent | d9f93e8fdcc00ab81b678c6f7d3f9b67cb14bd6d (diff) | |
| parent | 1b80bc67aadd01de00b7911ae32bf5d91b262a8a (diff) | |
| download | emacs-fe7a8c92be6269f8fc7933eb6c190178839d0f8a.tar.gz emacs-fe7a8c92be6269f8fc7933eb6c190178839d0f8a.zip | |
Merge from savannah/emacs-30
1b80bc67aad ; * doc/emacs/android.texi (Android Software): Minor mark...
dcfbf7d1863 ; * etc/PROBLEMS: Document the same problem here.
b09bbf22afd Document requirements respecting XDG MIME databases on An...
365a91622e0 ; (completion-preview--try-table): Propagate extra proper...
# Conflicts:
# lisp/completion-preview.el
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index b8d00b7679e..0d61a3bc76e 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -3830,6 +3830,16 @@ executing: | |||
| 3830 | 3830 | ||
| 3831 | $ adb shell appops set --uid org.gnu.emacs MANAGE_EXTERNAL_STORAGE allow | 3831 | $ adb shell appops set --uid org.gnu.emacs MANAGE_EXTERNAL_STORAGE allow |
| 3832 | 3832 | ||
| 3833 | ** Images embedded in SVG files are invisible. | ||
| 3834 | |||
| 3835 | This is a product of librsvg's failing to locate a suitable MIME | ||
| 3836 | database enabling it automatically to detect image file formats. The | ||
| 3837 | procedure by which to obtain such a database is documented in the node | ||
| 3838 | '(emacs)Android Software' in the Emacs manual; you may also download a | ||
| 3839 | pre-compiled MIME database from this SourceForge repository: | ||
| 3840 | |||
| 3841 | https://sourceforge.net/projects/android-ports-for-gnu-emacs/files/mime-database.tar.gz/download | ||
| 3842 | |||
| 3833 | * Build-time problems | 3843 | * Build-time problems |
| 3834 | 3844 | ||
| 3835 | ** Configuration | 3845 | ** Configuration |