Skip to content

Tauri: Meta: Postponed Ideas #4468

@Simon-Laux

Description

@Simon-Laux

security

  • security -> try to find a way to get rid of (or disable or lock down) the global reference __TAURI_INTERNALS__, that it can only be called from the runtime interface implementation
    • @WofWca: remember though that fectch and IPC API is still available, so even if we override __TAURI_INTERNALS__, malicious code would still be able to re-implement it.
  • Find out how/if the Isolation pattern with the hook script can help us to harden the app (I can't think of a way it would help in our use case)

less priority

Postponed issues

Packaging

Postponed issues that need contribution to upstream (tauri, wry, muda, ...)


Flatpak

  • show unread badge in tray icon - I disabled it because on kde there is no icon once this code path is enabled, so I disabled it - temp path were icons were stored was not visible to host
  • bug: clicking on notifications broken, thread crashes when adding notifications Clicking on notifications broken on tauri flatpak #5095
    • adding the portal as additional implementation could be a solution
  • bug: single instance plugin does not work on flatpak tauri: linux: passing arguments over second instace plugin does not work #5178
    -> it crashes at the lock that core's account manager tries to create
    • this also breaks the deep link feature when the app is already open
    • to debug this it would make sense to create a minimal reproducible example, otherwise the long build times makes iterating very slow
  • "drag file in" - with the file transfer portal api (for more details see description on Tauri Drag and Drop 2 #5109)
    • bug: fails: after a while some file with zero bytes appears
  • bug: drag file attachments out (drag starts, but fails to drop)
  • bug: fix open file attachments in default app
  • bug: fix setting background image or color

Metadata

Metadata

Assignees

No one assigned

    Labels

    Runtime: TauriIssue affecting the tauri runtime specificallyenhancementNew feature or requestmetaRelated to development of DeltaChat Desktop

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions