Gajim - 2024-04-10


  1. aura

    cal0pteryx, Looks like there are only 2 plugins listed for "flatpak search gajim". The regular package usually contains more

  2. cal0pteryx

    aura: which one is missing for you, personally?

  3. meson

    Now that I implemented dynamic audio input source switching for the recording stuff, I've noticed that I always ever had set the output fixed to autoaudiosink for the player widget and no one ever has complained :D

  4. fjklp

    meson: what kinds of problems might come from that? I don't know what exactly that does.

  5. meson

    fjklp, just means that it won't respect your setting for the Audio Output Device. However if you haven't changed the default in Gajim, you wouldn't notice.

  6. fjklp

    honestly, I had never noticed the audio input and audio output device settings

  7. meson

    I am not so sure about the UI concept regarding the voice messages: Any suggestions? This is the current state:

  8. meson

    https://share.conversations.im/meeson_/GGwOT6TLvmBZukzO/Screenshot_20240410_155247.png

  9. meson

    Left volume indicator, recording time and maybe two buttons for pausing and sending.

  10. meson

    Maybe the popup menu isn't the best idea though.

  11. meson

    Also, should the recording be paused when switching chats? Or continue and thee recording button be disabled for other chats as long as the recording is running? I would probably go with the first approach.

  12. meson

    Also, should the recording be paused when switching chats? Or continue and the recording button be disabled for other chats as long as the recording is running? I would probably go with the first approach.

  13. Rebeld

    Hi ppl. How can I change the app which opens images received here on Gajim? Gajim is opening the images with ImageMagick, but I would like to open the images (*.jpg, etc), with other app.

  14. meson

    Rebeld: KDE Plasma?

  15. meson

    https://dev.gajim.org/gajim/gajim/-/wikis/help/gajimfaq#gajim-opens-folderfiles-with-the-wrong-application-linux Fixed in Plasma 6.

  16. cal0pteryx

    meson: nice, finally a fix :D

  17. Rebeld

    meson: I don't have a problem with the operating system. This is a Gajim issue. And no, I don't use KDE.

  18. meson

    In case of Plasma it was an DE/GTK issue.

  19. cal0pteryx

    meson: I would go with the popover. And approach one: only record while the chat is focused.

  20. Rebeld

    meson: I don't even use desktop environments.

  21. Rebeld

    So, how can this issue be solved?

  22. cal0pteryx

    meson: I'd like to play a bit regarding the gui. Could you update your MR once it's halfway done? :)

  23. meson

    > nice, finally a fix :D cal0pteryx: Also Plasmas's DND issue with GTK apps is fixxed in the upcoming v6.0.4

  24. cal0pteryx

    Nice

  25. meson

    cal0pteryx: sure, tomorrow I will push changes

  26. cal0pteryx

    Rebeld: did you do what's suggested in the wiki?

  27. cal0pteryx

    meson: perfect

  28. Rebeld

    cal0pteryx: What wiki, and what is suggested in the wiki?

  29. meson

    > https://dev.gajim.org/gajim/gajim/-/wikis/help/gajimfaq#gajim-opens-folderfiles-with-the-wrong-application-linux

  30. cal0pteryx

    Rebeld: https://dev.gajim.org/gajim/gajim/-/wikis/help/gajimfaq#gajim-opens-folderfiles-with-the-wrong-application-linux Fixed in Plasma 6.

  31. meson

    I guess my hint to Plasma was a bit misleading.

  32. meson

    It's a general suggestion in the wiki.

  33. Rebeld

    cal0pteryx: I already told that I don't use KDE. This is a Gajim issue.

  34. Rebeld

    cal0pteryx: So there's no solution?

  35. cal0pteryx

    Did you run the gio mime command?

  36. Rebeld

    I know how to configure the file mimeapps.list

  37. cal0pteryx

    Did you or didn't you?

  38. Rebeld

    And I have this line, on mimeapps.list file: image/jpeg=geeqie.desktop;

  39. Rebeld

    No, I didn't run that command because I don't have KDE...

  40. Rebeld

    cal0pteryx: How many more times do I need to tell that I don't run KDE?

  41. Rebeld

    And why there are no Gajim developers here? Is this normal?

  42. cal0pteryx

    Gio is not KDE afaik, it's gnome. Gajim is based on gtk

  43. meson

    Rebeld: > You can use the gio mime command to verify that the default registered application has been set correctly: `gio mime image/jpeg` https://help.gnome.org/admin/system-admin-guide/stable/mime-types-application-user.html.en

  44. Rebeld

    I don't run GNOME either...

  45. cal0pteryx

    So far this worked on every DE where people had problems with wrong mime type associations.

  46. lovetox

    Rebeld, linux distribution follow no particular standard for mime file lists

  47. lovetox

    there are multiple locations where each distribution stores this stuff

  48. lovetox

    this is a typical linux clusterfuck, if your mimelist file is correct then this simply means GTK is not looking at it

  49. lovetox

    your only option is to adapt the config where GTK is look at

  50. lovetox

    and gio is the tool that modifies it in the place where gtk looks

  51. lovetox

    you can run this now and potentially solve your problem, then investigate who is to blame your distribution or the GTK developers

  52. lovetox

    but its definitly not Gajim, because, no we dont implement searching for mimelists on 27 distributions and X platforms

  53. lovetox

    this is the job of a framework like gio

  54. lovetox

    this is the job of a framework like gio, which we use