Gajim - 2024-08-22


  1. sch

    Gajim does mot appear to place a message which is enclosed inside a URI. ``` xmpp:sch@movim.eu?message;subject=Invitation%20to%20Blasta!;body=Greetings,%20!%0D%0A%0D%0AI%20want%20to%20invite%20you%20to%20join%20to%20Blasta,%20a%20social%20bookmarks%20service%20for%20XMPP.%0D%0A%0D%0AYou%20can%20use%20your%20own%20Jabber%20account%20and%20even%20run%20your%20own%20Blasta%20instance!%0D%0A%0D%0ASource%20code:%20https://git.xmpp-it.net/sch/Blasta%0D%0A%0D%0AVisit ```

  2. julian

    > Hard to say maybe try to gather debug logs Mind to explain a dummy how to do that? Would a new file needed to be sent or is trying to open last one enough?

  3. fjklp

    > > Hard to say maybe try to gather debug logs > Mind to explain a dummy how to do that? Would a new file needed to be sent or is trying to open last one enough? Gajim>Preferences>Advanced>Debug Logging

  4. fjklp

    at that setting there is a button to open the directory where the logs are stored

  5. fjklp

    you want to repeat whatever action failed after enabling debug logging

  6. fjklp

    It might be enough to just click the button to try to open it

  7. julian

    > at that setting there is a button to open the directory where the logs are stored activated it, clicked the folder icon for it, nothing happend. Clicked the PDF in question twice for every "open" "save" option and gajim crashed :D that never happend before

  8. lovetox

    you need to restart gajim to activate logging

  9. lovetox

    then you trigger the problem, then you open the log and see on that timestamp if something was interesting

  10. julian

    let me guess, opening the log by clicking the folder icon, next to toggle log on/off

  11. julian

    nothing happens, when I press it

  12. lovetox

    by "happens" you mean nothing is printed to the text file?

  13. meson

    From the Fedora Gajim Package Bugzilla Issue https://conference.gajim.org:5281/pastebin/47d86eb1-dc05-4de7-ac7f-dc98e8d10631

  14. meson

    tl;dr new maintainer

  15. meson

    tl;dr new maintainer: suraia@ikkoku.de

  16. julian

    > by "happens" you mean nothing is printed to the text file? I literally mean nothing happened. If a menu should pop up, nada A folder on my harddrive should open, nada A file should be shown, nothing. Going by my gut feeling, flatpak can't access file (structure) or something like that. If that makes sense :(

  17. meson

    julian: you can also check the debug log when you run `flatpak run org.gajim.Gajim -v` in a terminal

  18. julian

    Will check out as soon as I'm back at it

  19. cal0pteryx

    julian: the button should open a folder containing the debug logs. You may have stumbled upon another bug in some desktop envs, where file associations are wrong. Please check https://dev.gajim.org/gajim/gajim/-/wikis/help/gajimfaq#gajim-opens-folderfiles-with-the-wrong-application-linux

  20. fjklp

    I tried to reproduce the bug with gajim asking for a keyring password when it can't connect to a server by making an account with prosody on localhost, then disabling prosody and restarting gajim. Gajim just stays in the connecting state. No request for a password. So I wonder if there is some extra condition in your case novice8.