* [pve-devel] [PATCH pve_flutter_frontend] fix: android: unable to open spice file with aSpice client
@ 2025-11-11 18:03 Shan Shaji
2025-11-12 8:06 ` Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Shan Shaji @ 2025-11-11 18:03 UTC (permalink / raw)
To: pve-devel
Users were unable to open the SPICE file with their aSpice client on
Android [0]. The issue occurred because, in a previous commit (826474c),
the path where the .vv file was saved was changed from the external
cache directory to the temporary internal cache path.
However, the sharable directory [1] was not updated in that commit.
To fix the issue, update the sharable directory to point to the
internal cache path.
- [0] https://forum.proxmox.com/threads/new-mobile-app-for-proxmox-ve.76327/post-815473
- [1] https://developer.android.com/training/secure-file-sharing/setup-sharing#DefineMetaData
Signed-off-by: Shan Shaji <s.shaji@proxmox.com>
---
android/app/src/main/res/xml/provider_paths.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/android/app/src/main/res/xml/provider_paths.xml b/android/app/src/main/res/xml/provider_paths.xml
index 8248868..3708e27 100644
--- a/android/app/src/main/res/xml/provider_paths.xml
+++ b/android/app/src/main/res/xml/provider_paths.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
- <external-path name="external_files" path="." />
+ <cache-path path="." name="cache_file" />
</paths>
\ No newline at end of file
--
2.50.1
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [pve-devel] [PATCH pve_flutter_frontend] fix: android: unable to open spice file with aSpice client
2025-11-11 18:03 [pve-devel] [PATCH pve_flutter_frontend] fix: android: unable to open spice file with aSpice client Shan Shaji
@ 2025-11-12 8:06 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-11-12 8:06 UTC (permalink / raw)
To: pve-devel, Shan Shaji
On Tue, 11 Nov 2025 19:03:45 +0100, Shan Shaji wrote:
> Users were unable to open the SPICE file with their aSpice client on
> Android [0]. The issue occurred because, in a previous commit (826474c),
> the path where the .vv file was saved was changed from the external
> cache directory to the temporary internal cache path.
>
> However, the sharable directory [1] was not updated in that commit.
> To fix the issue, update the sharable directory to point to the
> internal cache path.
>
> [...]
Applied, thanks!
[1/1] fix: android: unable to open spice file with aSpice client
commit: 4a51598fa62d89ad912e9c0e87520a4d147c7556
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-12 8:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-11 18:03 [pve-devel] [PATCH pve_flutter_frontend] fix: android: unable to open spice file with aSpice client Shan Shaji
2025-11-12 8:06 ` Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox