-
bot
Philipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >: *0683f7f2* < https://dev.gajim.org/gajim/gajim/-/commit/0683f7f2e6f53d16c3700952102c446956eb4a92 > imprv: Raise nbxmpp log level
-
ClapTrap
> Hey guys. I just found my Gajim version in my Ubuntu 22.04 isn't the latest. And to get the latest I have to use Flatpak. Is there any other way to install the latest version of Gajim? Are there any Ubuntu repositories? Hey guys. Can someone please help me with this?
-
ClapTrap
Also, is there documentation for using *nbxmpp*? I want to write a client that will be taking questions and process them through some AI to generate answers based in the context.
-
lovetox
ClapTrap, there is no documentation, but a example client
-
lovetox
https://dev.gajim.org/gajim/nbxmpp-client
-
lovetox
and no im not aware of any ubuntu repositories
-
procrastinator
looks like gajim doesn't get message archive when it was suspended-to-ram, only fetches newset messages
-
lovetox
procrastinator, check the logs, your archive may be broken
-
procrastinator
no, cheogram fetches it
-
procrastinator
cheogram gets 53 messages
-
procrastinator
but gajim doesn't get any
-
procrastinator
(on the same channel)
-
bodqhrohro
lovetox: a proto of future Gajim, huh?
-
lovetox
procrastinator, so tell us the channel to take a look
-
procrastinator
it's an irc channel, from biboumi! i only have gateways account setup on cheogram -- but i'll try to get a public xmpp muc next time
-
lovetox
... there can be a lot of things wrong
-
procrastinator
that too!
-
lovetox
i dont think a statement like "gajim does not fetch messages after suspended to ram" is waranted
-
lovetox
there might be a problem with that specific muc on this specific irc bridge
-
procrastinator
hmm i had to restart gajim since it didn't fetch new messages from other gateways as well
-
procrastinator
since it was a problem on 3 different gateways, it seemed likely that something was wrong on either gajim or on prosody
-
procrastinator
and since cheogram worked, i figured it was probably gajim
-
lovetox
gather logs and see what they say after it happens gain
-
procrastinator
this wiki is slightly incorrect: https://dev.gajim.org/gajim/gajim/-/wikis/help/Keyboard-Shortcuts
-
procrastinator
it mentions ~/.config/gajim/shortcuts.json but should instead be: ~/.config/gajim/other/shortcuts.json
-
procrastinator
and this line as well: You can add a file called shortcuts.json in the gajim config directory.
-
procrastinator
should be: other/shortcuts.json
-
lovetox
thats incorrect
-
lovetox
why do you think that?
-
procrastinator
i looked at the source
-
procrastinator
i'll find it rn
-
lovetox
you misinterpreted the code
-
procrastinator
it's only working after i created the `other' folder
-
procrastinator
before it didn't apply my shortcuts
-
procrastinator
default_path = configpaths.get('DATA') / 'other' / 'shortcuts.json'
-
procrastinator
in gajim/gtk/application.py
-
lovetox
yeah thats the location of the default shortcuts shipped with gajim
-
lovetox
not the location of your user defined ones
-
procrastinator
oh, hmm i wonder then why it didn't work before
-
procrastinator
i'll try to reproduce this
-
lovetox
can again have many reasons, maybe show what you tried to change
-
procrastinator
``` { "app.plugins": [], "app.preferences": [], "app.start-chat(['', ''])": [], } ```
-
procrastinator
i had this in ~/.config/gajim/shortcuts.json
-
procrastinator
didn't work, but when i moved that to ~/.config/gajim/other/shortcuts.json, the keybindings were unset
-
procrastinator
oh hmm only one is unset
-
procrastinator
ooops sorry!
-
procrastinator
different keybindings lol
-
procrastinator
i wanted to unset Ctrl-p, Ctrl-n, Ctrl-e
-
procrastinator
oh it looks like this line is wrong, "app.start-chat(['', ''])": [],
-
lovetox
last key in json is not allowed to end with ","
-
procrastinator
lovetox: thanks!
-
procrastinator
lovetox: it works now!
-
fjklp
ClapTrap: you have the option to enable the nightly package repository. You are a bit more likely to experience development bugs but it will be fresh. See 'nightly package' section https://gajim.org/download/#linux
-
fjklp
I set Preferences > Chats > Group Chats > Default Sync Threshold to 7 days, then joined a chat and it only synced 3 days of chat logs. Is this also limited by server-side config?
-
procrastinator
i have implemented partial support for XEP-0461: Message Replies !!
-
fjklp
Also, does gajim need to be restarted for this setting to be enabled?
-
lovetox
sync can not be applied for the past
-
lovetox
dont know how to describe it better, it only applies to future joins
-
fjklp
I think you mean you can't leave a chat, change the sync, join again and expect more history to download?
-
lovetox
or better said, its 7 days back OR back to the last message
-
lovetox
which ever is less
-
fjklp
This was a new join
-
fjklp
for the account I joined with, but I had been in the muc with a different account
-
lovetox
i dont think we apply that on new joins at all
-
lovetox
but we could, i think we didnt have this setting back then
-
lovetox
the default one
-
procrastinator
here's the diff: https://bpa.st/YWUQ
-
procrastinator
it can reply to messages using Ctrl-Shift-up/down
-
procrastinator
i've tested it on direct chats and it works there
-
fjklp
> but we could, i think we didnt have this setting back then Alright. Does gajim presently have a hard coded limit for new joins?
-
fjklp
I always thought of this setting as applying to new joins, so I imagine other people are affected by this wrong assumption too.
-
lovetox
yes 1 day its hardcoded
-
lovetox
i dont think it makes sense for a user to change that
-
fjklp
You say 1 day but it synced 3 days for me.
-
Anon Ymous
Speaking about shortcuts, while Undo via Ctrl-Z in the input field sort of works, but there's no Redo (Ctrl-Y)...
-
fjklp
procrastinator: this is already being worked on https://dev.gajim.org/gajim/gajim/-/issues/11075
-
Anon Ymous
> procrastinator: this is already being worked on https://dev.gajim.org/gajim/gajim/-/issues/11075 That issue you're linking is something completely different 😕 ↺
-
fjklp
Anon Ymous: are you sure?
-
procrastinator
it's this one: https://dev.gajim.org/gajim/gajim/-/merge_requests/881
-
fjklp
yeah
-
procrastinator
well, it works for now for me, i'll keep using this until someone properly implements it!
-
fjklp
I wasn't wrong
-
fjklp
it's the same issue
-
procrastinator
i would like to implement XEP-0444: Message Reactions as well but i'm not much familiar with gtk to make this one work
-
Anon Ymous
fjklp You're talking about something completely different than I was, that was what I meant. You replied to: >Speaking about shortcuts, while Undo via Ctrl-Z in the input field sort of works, but there's no Redo (Ctrl-Y)...
-
Anon Ymous
Has nothing to do with message replies
-
procrastinator
well, he was replying to me :D
-
lovetox
Anon Ymous, you can open a issue about it
-
fjklp
> fjklp You're talking about something completely different than I was, that was what I meant. You replied to: > > >Speaking about shortcuts, while Undo via Ctrl-Z in the input field sort of works, but there's no Redo (Ctrl-Y)... Anon Ymous look again at what I said, I did not reply to you
-
Anon Ymous
fjklp Shoot, I forgot my own name in this MUC, lol, and then totally misread, my apologies.
-
fjklp
no problem :)
-
lucklypan
https://0nl1ne.at:5443/upload/4f57fcabbaf026e1c1a61d9575134ae60a06c5cf/bLxm4h2fv90Shdan7k3d7eU6CnuQBfFl9gKHI7zr/c953848a-7800-4179-8568-f846d3340729.png
-
lucklypan
I can't log in to my account, anyone have any ideas?😔️
-
qtc1113
连接失败嘛
-
lovetox
you would need to translate that for us
-
lucklypan
是的 连接失败老哥 这种怎么弄