-
b7g7
> Hi guys. It's me again. Still tryin' to get PGP working. Can you tell me why does gajim show it like this? I have set trust level to ultimate for this key in pgp Me too. :( I cannot even generate keys. I installed openpgp plugin and python3-gpg. The gear icon in Plugins/ gajim-openpgp is greyed out.
-
44566
Hi
-
hannibal
b7g7: have you installed gpgme?
-
b7g7
> b7g7: have you installed gpgme? hannibal python3-gpg
-
hannibal
For openpgp you need https://www.gnupg.org/related_software/gpgme/
-
hannibal
On Arch Linux the package us called gpgme, not sure what's the name in other distros
-
b7g7
hannibal, on Debian: The following NEW packages will be installed: gajim-openpgp python3-gpg
-
b7g7
hannibal, https://packages.debian.org/bookworm/python3-gpg
-
hannibal
Okay, that looks right. Have you tried to select/enable openpgp in a chat?
-
b7g7
hannibal, Python interface to the GPGME GnuPG encryption library (Python 3)
-
b7g7
> Okay, that looks right. Have you tried to select/enable openpgp in a chat? yes, nothing happened
-
lovetox
b7g7, by selecting we mean, go to a chat click the lock icon and select openpgp
-
b7g7
lovetox, yes, i know :)
-
lovetox
does the plugin in the plugins window show as activated with a check
-
lovetox
there are 2 checks, one for installed one for enabled
-
lovetox
and which version do you see there
-
b7g7
yes, it shows enabled. the gear wheel is greyed out.
-
b7g7
lovetox, 1.7.8
-
b7g7
> does the plugin in the plugins window show as activated with a check yes
-
lovetox
yes the gear wheel is greyed out because it provides no funcitonaltiy for this plugin
-
lovetox
ok so check view -> Debug Console
-
lovetox
are there any errors that look related
-
lovetox
hmm wait
-
lovetox
the most current openpgp version is 1.6.8✎ -
lovetox
the most current openpgp version is 1.6.2 ✏
-
lovetox
so where the hell did you install that plugin from :D
-
b7g7
lovetox, gajim 1.7.8, gajim-openpgp 1.5.0-1
-
lovetox
ah ..
-
lovetox
hm yeah check the debug console
-
lovetox
maybe it shows errors
-
b7g7
lovetox, openpgp works after fresh installation.
-
lovetox
you could also consider flatpak installation
-
lovetox
it has also the openpgp plugin
-
lovetox
and this would bring you to the newest gajim version, and we did also work on the plugin
-
b7g7
lovetox, ok thank you
-
ic_
Is there any way to remove the three selected emoji for reactions, I am never going to use them and they are distracting with a dark theme
-
lovetox
just with modifing the code
-
lovetox
gtk/widgets.py line 62
-
cal0pteryx
ic_: you can make the window narrow, then they are hidden
-
ic_
cal0pteryx thanks that works but it sort of defeats having a decent sized monitor
-
theundergrowth
hi gajim team. any way i can reply to a msg in a group? to notify the sender im responding to. can't see an obvious way to do so? if not, then a way i can notify said sender.. with an @ or something, as is used on TG or other apps. thanks
-
lovetox
depends on your version, in xmpp its enough to write the nick of the contact
-
lovetox
you can type a few chars and use TAB to autocomplete
-
lovetox
or click on the avatar
-
lovetox
or use the Reply button in newer versions
-
theundergrowth
ok thanks lovetox ... seems the *tab function works well*.. nice feature. no need for @.✎ -
theundergrowth
ok thanks lovetox ... seems the *tab function works well*.. nice feature. no need for @. (well, if it has in fact notified you? ) ✏
-
lovetox
Yes most clients have a logic to notify you if your nick is in a message
-
theundergrowth
im running gajim 1.8.4 btw. on a linux. just installed few days ago, so assume its most up to date version
-
lovetox
Its not a standard or anything but decade old custom
-
lovetox
theundergrowth: most up to date version you can get via flathub. It's 1.9.5
-
theundergrowth
ok. good to know about nicknames. interesting about newer version.. will check out.
-
theundergrowth
also. any reason why i *wouldn't be able to Correct a message*? i was able to before.. now when check, that option isn't available. strange.
-
lovetox
we only allow to correct the last message currently
-
lovetox
could that be the reason?
-
theundergrowth
yes. that must be it... only the last msg can be corrected.
-
theundergrowth
and on that. it says *delete msgs locally*... does that mean that all my msgs shared on here on stored on some gajim server indefinitely? no way for me to completely remove my msgs from groups i post in?
-
lovetox
currently not, there is a standard that is called "Message Retraction"
-
lovetox
which is what you ask for, we will support this in one of the next versions
-
lovetox
currently you can delete a message only localy from your database
-
b7g7
lovetox, one more question concerning openpgp. Does Gajim upload automatically a public gpg key to a key server?
-
lovetox
no
-
lovetox
or wait
-
lovetox
yes your public key is uploaded to the xmpp server
-
lovetox
where other people can retrieve it, thats part of the standard
-
lovetox
but not to PGP Keyservers
-
b7g7
lovetox, uff ok
-
lovetox
why would you need to upload it to a keyserver?
-
lovetox
we dont use the PGP trustmodel, if thats your question
-
lovetox
trust is managed in Gajim
-
lovetox
also the key thatis generated should be dedicated to xmpp usage, its not a key you should use for anything else
-
b7g7
lovetox, I'm a little confused b/c Conversations uses OpenKeychain to manage gpg/pgp keys
-
lovetox
but conversations does not support this standard
-
theundergrowth
ok, thanks lovetox . good to know the gajim set up.
-
lovetox
there are 2 openpgp standards for xmpp
-
lovetox
one very old one, lets call it legacy, this is implemented in the "PGP" plugin
-
b7g7
> but conversations does not support this standard Theoretically they do. There is an option to use openpgp... with OpenKeyChain
-
lovetox
it defers all work to the GPG binary, it does not create a keys for you, or does any trust managment
-
lovetox
you have to do this all by yourself with standard PGP workflows via other applications
-
lissine
> Theoretically they do. There is an option to use openpgp... with OpenKeyChain b7g7: > there are 2 openpgp standards for xmpp
-
lovetox
if you want to use PGP with conversations, you need to use the "PGP" plugin
-
lovetox
not the "OpenPGP" plugin
-
b7g7
lovetox, I see. Thank you
-
lissine
I think the confusion stems from this: Gajim calls it PGP Conversations calls it OpenPGP Gajim calls another encryption method OpenPGP
-
b7g7
lissine, yes, exactly.
-
Emil
there are two XEPs for PGP, right?
-
moparisthebest
Yes
-
moparisthebest
There's the one everyone uses and the new one only gajim uses
-
moparisthebest
They all use openpgp though...
-
resoli
Hallo Gajim folks!✎ -
resoli
Hello Gajim folks! ✏
-
resoli
From time to time some gajim user gets the infamous "This message was encrypted with OMEMO, but not for your device."
-
resoli
The related keys are there and appear trusted, and they use the usal "delete and restart Gajim" workaround.
-
resoli
Which solves the issue.
-
resoli
Someone can point me to the issue for this?✎ -
resoli
Can someone point me to the issue for this? ✏
-
resoli
I assume that there is already one, as I became aware of this workaround here.
-
Emil
it's tradition, not issue :)
-
resoli
Emil, 🙂️
-
lovetox
resoli, there is no issue, and i dont think you should do that when you receive that message
-
lovetox
the message ist not an error, it just tells you that the message was not encrypted for your device
-
lovetox
if you want to debug that you would need to look at the sending client, and look why it does not encrypt for that device
-
resoli
Yes, but when this happens, boyh part have respective keys present and trusted.
-
lovetox
hard to say without debug logs what goes wrong
-
resoli
And this happens quite often. People that use the workaround solve the problem without any apparent drawback.
-
lovetox
yes, i believe that but this does not help us to find whats the problem
-
resoli
lovetox, yes of course. But this happened to me months ago last time.
-
resoli
I assumed the bug was known.
-
resoli
The next time we will manage to get some logs and open an issue
-
lovetox
we fixed a long standing problem in Gajim 1.9.2
-
resoli
The two persons involved were running 1.9.5 on windows and 1.9.2 flatpak
-
resoli
I asked them few minutes ago.
-
lovetox
there is no reason to run 1.9.2 with flatpak? how do they even do this, did they disable auto update on flatpak?
-
lovetox
anyway
-
resoli
No, simply that persono did'nt know how to upgrade ...
-
lovetox
so you are saying this happens between 2 Gajim clients?
-
resoli
I suggested to run `flatpak update` and he is running 1.9.5 now
-
resoli
> so you are saying this happens between 2 Gajim clients? yes, version as said✎ ↺ -
resoli
> so you are saying this happens between 2 Gajim clients? yes, versions as said ✏ ↺
-
lovetox
the only thing i know is that could cause this, is the 2000 unanswered message limit
-
resoli
They were in a private muc
-
lovetox
if a device is online and is only receiver fro 2000 messages, never sends something
-
lovetox
other Gajim clients will stop encrypting to that device, UNTIL it sends a message
-
lovetox
there is no need to delete keys in this situation, simply send a message
-
resoli
I guess this doesn't apply
-
resoli
The write in the muc almost daily
-
resoli
or more frequently ...
-
lovetox
just keep it in mind, 2000 messages sounds mucht, but really isnt, its proably a few days worth of messages
-
lovetox
yeah but does he write from Gajim into this muc
-
lovetox
or from his smartphone?
-
resoli
I will ask ... and report
-
lovetox
anyway, if its two gajim its easy, enable debug logging, and when it happens send me the log
-
resoli
Great, we surely manage to get his done. 👍️✎ -
resoli
Great, we will surely manage to get his done. 👍️ ✏
-
theundergrowth
hi. seems gajim doesn't have a way to *minimize the GUI, is that the case*? i need to choose option to *hide/show UI in the panel icon each time*. just wonder if im missing something.
-
roughnecks
anyone experiencing slowness/unresponsive UI since latest release on Windows?
-
theundergrowth
tried to edit above post, but didn't seem to work.. i found solution. by using *minimize feature, when close the window*.. a handy workaround. any reason we can only *correct msgs once, and only for our last posted msg?*... not experienced it before in a messenger. just curious.
-
meson
roughnecks: where and since which version does it happen for you?
-
roughnecks
1.9.5, everywhere, during normal usage, switching workspaces/mucs, for example, but also opening muc's details
-
roughnecks
scrolling too
-
meson
When switching mucs, do you have the user list opened?
-
meson
Does it help of you hide it?
-
roughnecks
I have it always opened, but now I've hidden it, will let uou know✎ -
roughnecks
I have it always opened, but now I've hidden it, will let you know ✏
-
meson
Should help. Although Gajim is currently ported fromgtk3 to gtk4, which should bring some performance enhancements