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
When downloading a file in an OMEMO chat by typing /url save <tab> /tmp which expands to e.g. /url save https://files.mdosch.de/upload/ZJZ9Fjkr6zKwlDeOp0gd7HLS/test.txt /tmp/ profanity shows:
Downloading 'https://files.mdosch.de/upload/xnsfVl6uH4rxlRDOxBNOiFfR/FQAhbVXpSV62ZTmm2e26RA.txt':
done
Saved to '/tmp/profanity.4WRQF2'
But the file is at /tmp/FQAhbVXpSV62ZTmm2e26RA.txt (like I expected) and not at /tmp/profanity.4WRQF2.
When doing the same in an unencrypted (no e2ee) chat there is no Downloading… message at all but the file is downloaded.
Expected Behavior
In an OMEMO chat profanity should show the real location of the file in the status message.
In a no-e2ee chat I would expect profanity to also show the message about downloading the file.
Environment
Debian Testing (trixie)
profanity --version
Profanity, version 0.14.0dev.master.0e66cbe4
Copyright (C) 2012 - 2019 James Booth <[email protected]>.
Copyright (C) 2019 - 2023 Michael Vetter <[email protected]>.
License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Build information:
XMPP library: libstrophe
Desktop notification support: Enabled
OTR support: Disabled
PGP support: Enabled (libgpgme 1.18.0)
OMEMO support: Enabled
C plugins: Enabled
Python plugins: Disabled
GTK icons/clipboard: Disabled
GDK Pixbuf: Enabled
The text was updated successfully, but these errors were encountered:
On 21.03.2024 04:59, Michael Vetter wrote:
@mdosch did the above mentioned PR fix this enough?
--
Reply to this email directly or view it on GitHub:
#1939 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
Just now I wanted to save a OMEMO file under a certain name:
`/url save REDACTED ~/Documents/bla.pdf`
Profanity showed `Saved to '/tmp/profanity.O0SCL2'` but I found the
document under
`~/Documents/bla.pdf/$randomnamechosenbyconversations.pdf`.
On 21.03.2024 04:59, Michael Vetter wrote:
@mdosch did the above mentioned PR fix this enough?
--
Reply to this email directly or view it on GitHub:
#1939 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
When downloading a file in an OMEMO chat by typing
/url save <tab> /tmp
which expands to e.g./url save https://files.mdosch.de/upload/ZJZ9Fjkr6zKwlDeOp0gd7HLS/test.txt /tmp/
profanity shows:But the file is at
/tmp/FQAhbVXpSV62ZTmm2e26RA.txt
(like I expected) and not at/tmp/profanity.4WRQF2
.When doing the same in an unencrypted (no e2ee) chat there is no
Downloading…
message at all but the file is downloaded.Expected Behavior
In an OMEMO chat profanity should show the real location of the file in the status message.
In a no-e2ee chat I would expect profanity to also show the message about downloading the file.
Environment
The text was updated successfully, but these errors were encountered: