Gajim - 2024-07-09


  1. lovetox

    It would be nice if someone contributes a html export 🙏

  2. luca

    Is there an issue?

  3. cal0pteryx

    No

  4. ong

    what the sigmna

  5. ong

    what the sigma

  6. fjklp

    nick tab completion seems to work, yay

  7. ic_

    shedar, I see you are using plasma 6 and Wayland neither are stable in Debian atm. You could try a different plasma and application style (not GTK application style, leave that on Breeze) to get a contrast you are happy with.

    ❤ 1
  8. cal0pteryx

    > nick tab completion seems to work, yay Finally :)

  9. nicoco

    > wurstsalat pushed 1 commits to branch gajim/master > > cfix: MessageRowActions: Make sure to keep offset within row height - https://dev.gajim.org/gajim/gajim/-/commit/27ac5111126addee15b1cc6817c4a4e8ee08e6bd > > 💓 that worked for me! thanks (not using a reaction because gajim doesn't have notifications on reactions yet ;))

    💓 1🤙 1
  10. shedar

    > shedar, I see you are using plasma 6 and Wayland neither are stable in Debian atm. You could try a different plasma and application style (not GTK application style, leave that on Breeze) to get a contrast you are happy with. Okay, you've convinced me that it's my gtk that's glitchy.

    ✅ 113️⃣ 124️⃣ 8👌 102️⃣ 14🙏 8🤮 1👺 11️⃣ 19
  11. shedar

    why are the reactions not sequential? I put 1, 2, 3.

  12. nicoco

    I also noticed reactions being re ordered when adding/removing reactions which is slightly surprising but not a big a deal to me

  13. shedar

    > I also noticed reactions being re ordered when adding/removing reactions which is slightly surprising but not a big a deal to me if you're up to something like that, it matters.))) 👉️👌️

    🤣 1👌 2🤜 2
  14. nicoco

    How do you display that if I react in another order?

  15. nicoco

    I don't think it's reasonable to expect reactions to be displayed in the order one sends them. But having consistent ordering might be good (if I confirm this reordering I think I witnessed)

  16. cal0pteryx

    nicoco: it's a set (for deduplication) and that doesn't keep any order

  17. MattJ

    You can sort them before display, though (I appreciate that might be "hard", but not impossible)

  18. nicoco

    I figured so cal0pteryx, but _maybe_ it would be slightly better to have consistent ordering, although as I said it's not a big deal at all to me.

  19. meson

    Speaking of Gtk themes, I've noticed that there are inconsistencies between _highlight_ and _selection_ colors of the _chat list_, _messages_ and _muc participant list_. Here's an example for Breeze:

  20. meson

    https://share.conversations.im/meeson_/XsyaLLQwFcJvPHGR/Gajim_Colors_Breeze.jpg

  21. nicoco

    Arguably, the most frequent emojis could be on the left, to be sure they don't overflow, but that somehow contradicts the consistent ordering thing I mentioned xD

  22. meson

    With Adwaita, there's no background color change on hover for the participant list

  23. meson

    Selection color is dark blue vs light gray for the chat list

  24. meson

    Selection color is dark blue vs light gray for the chat list and messages

  25. meson

    Selection color is dark blue vs light gray for the chat list

  26. meson

    Selection color for both chat and message is dark blue vs light gray for the chat list

  27. meson

    Just tested Dino with Breeze: The message hover color is light gray as it is for Adwaita.

  28. meson

    They use ``` window.dino-main .dino-conversation .message-box.highlight:not(.highlight-once) { background: @window_bg_color; } ```

  29. meson

    Never mind, looks like it's the same Gajim actually uses: https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/named-colors.html#compatibility-colors

  30. meson

    `.conversation-row-hover {` is the style class for message hover, isn't it? changing the color seem to have no effect.

  31. meson

    Oh, it's not. This one applies for hovering the cursor over the 3-dots popover menu button

  32. meson

    ``` .conversation-row:hover { background: @theme_bg_color; } ``` works good for Breeze.

  33. meson

    it now looks as for Adwaita

  34. meson

    > how can I remove this selection when hovering the cursor, it interferes a lot https://dev.gajim.org/gajim/gajim/-/merge_requests/1063

    👍 3💓 2🗽 1
  35. meson

    > how can I remove this selection when hovering the cursor, it interferes a lot shedar: https://dev.gajim.org/gajim/gajim/-/merge_requests/1063

  36. shedar

    > shedar: https://dev.gajim.org/gajim/gajim/-/merge_requests/1063 so it's a gajim problem? I've been convinced it's my gtk that's crooked.

  37. shedar

    > shedar: https://dev.gajim.org/gajim/gajim/-/merge_requests/1063 i add it to /usr/lib/python3.12/site-packages/gajim/data/style/gajim.css and it works!!! man I love you) tnx

  38. meson

    shedar, I think you can also create a new theme in `Settings -> Style`, then put the CSS code into `~/.config/gajim/mynewtheme.css`.

    👍 1
  39. meson

    > nick tab completion seems to work, yay 🎉, reverse tabbing would also be nice

  40. cal0pteryx

    to me that sounds like overkill :P you can always type a first letter and then auto complete

  41. lissine

    meson: what is reverse tabbing? I only find online results about reverse tabnabbing

  42. lissine

    Oh never mind I get it

  43. lissine

    You mean to tab the nicks of previous messages

  44. meson

    Yes, in the reverse order

  45. meson

    Usually it's Ctrl+Shift+Tab

  46. meson

    Usually it's Shift+Tab