-
222m5
> i don't think conversations has a way to set status by design flit: it can, but iirc the auto away/busy triggers are disabled by default to change availability settings; Settings > Privacy > Availability to manually set availability or edit the status message; Account details > Edit status message > a friend of mine who has snikket is always marked as online could be a privacy decision or they just don't care to report status
-
afterlif0189
Looking for Gajim support for Win client just started getting program startup error. No longer see accounts and history. Is this the right place to ask?
-
afterlif0189
It's 1.8.2. I downloaded latest but unclear if installing it will overwrite existing files (acct info and messages)
-
cal0pteryx
afterlif0189: your settings will be migrated when updating Gajim
-
afterlif0189
> afterlif0189: your settings will be migrated when updating Gajim Ty. Just run installer with same path then?✎ ↺ - afterlif0189
-
afterlif0189
Update successful and it imported the messages but still gave the error with traceback. ☹️
-
lovetox
can you post the errro?
-
afterlif0189
https://chatterboxtown.us:5443/upload/d5a9bd04316d455bcdb79588f4e1ddefb1f18629/iGqPMLTNaNUvwzO58KBUVuBkcp2gs2QvAC7bIZ7f/zb2rhk9iFYEsSKyeVEivSHks7SvQ4LUQYdhUUC5LsuPmsNdLs.jpg
-
afterlif0189
Image isn't ideal but using mobile and win separate
-
cal0pteryx
afterlif0189: looks like you added the group chat mentioned in that log to your contact list. Remove that contact using the client you added it with, then it should be fine
-
jonas’
going from gajim 1.9.5 to 2.0.3 (debian), I notice that gajim is now very sluggish and uses 20% CPU while idle, going up to 100% once I start to interact with the window.
-
jonas’
this might also have been 2.0.2 to 2.0.3, there were two days between the upgrades and I'm not absolutely sure whether 2.0.2 exhibited this already or not
-
jonas’
is there any kind of diagnostics I can provide?
-
jonas’
oh I see gajim 2.0.4 available in debian, so I'll try that now first.
-
jonas’
nope, still slow with 2.0.4✎ -
jonas’
. ✏
-
lovetox
jonas’: If you still have it with 2.0.4 ping me the we can think about how to diagnose this
-
jonas’
will keep an eye on it.
-
lovetox
mesonium: did you read the gtk4 issue about events? Don't trust any motion events with critical things, seems to be a mess
-
jonas’
lovetox, so *far* it seems better, but I also think it wasn't gajim at all. I also saw ibus-daemon (which seems related to keyboard input) going haywire, and restarting that one seems to have had a positive effect on gajim, too.
-
jonas’
I'll let you know if the situation changes back for worse and restarting ibus-daemon does not help.
-
mesonium
lovetox: hu, what have we discovered, seems like no one has given it a deeper thought yet.
-
lovetox
if you do anything on motion events, its usually a source of bugs
-
lovetox
you basically have to handle every case, multiple leave, multiple enter, no enter, no leave, etc...
-
mesonium
True, that can quickly become quiet complex
-
Polarian
So gajim already supports gpg decryption via plugin, so I was wondering if there is any guides on making a plugin. My idea is to integrate pass into gajim via an additional configuration option to specify the pass path and potentially a password-store path if its not ~/.password-store, then use the GPG key which is configured for the account already and attempt to decrypt the pass (as simple as `gpg --decrypt $path | head -n1` replacing $path with the password store path + pass path) and then use this for auth
-
Polarian
I am going to say the forbidden and say "this should be easy to implement"
-
lovetox
no we will not support password plugins
-
lovetox
but you can write a backend for https://github.com/jaraco/keyring
-
lovetox
then it will just work with Gajim
-
hannibal
There is already one for pass https://github.com/nazarewk/keyring_pass
-
Polarian
oh wow
-
Polarian
oki cool
-
Polarian
brief search didnt show anything thanks hannibal