You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think on linux it is only ever useful in appImage because in other cases uri scheme association is already done via desktop file. But even there we could live without it, also not setting file/uri association could be seen as feature for people using app images as portable apps. So I think just disabling the code on linux is fine.
strace -c electron30 /usr/lib/deltachat-desktop/app.asar
close DeltaChat from tray icon after main window appears
strace report include:
became
root
and do:repeat strace run from above, output is:
Changes in launch time is visually noticeable - it opens almost instantly
null
strace logs include
It seems
xdg-mime
is not doing anything useful and quits with an error.Fast workaround is:
/usr/bin/bash -c 'function xdg-mime { echo ; }; export -f xdg-mime; /usr/bin/deltachat-desktop --minimized'
The text was updated successfully, but these errors were encountered: