-
lovetox
It would be nice if someone contributes a html export 🙏
-
luca
Is there an issue?
-
cal0pteryx
No
-
ong
what the sigmna✎ -
ong
what the sigma ✏
-
fjklp
nick tab completion seems to work, yay
-
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 -
cal0pteryx
> nick tab completion seems to work, yay Finally :) ↺
-
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 -
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. ↺
🤮 1✅ 111️⃣ 19👌 10🙏 84️⃣ 8👺 12️⃣ 143️⃣ 12 -
shedar
why are the reactions not sequential? I put 1, 2, 3.
-
nicoco
I also noticed reactions being re ordered when adding/removing reactions which is slightly surprising but not a big a deal to me
-
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.))) 👉️👌️ ↺
🤜 2🤣 1👌 2 -
nicoco
How do you display that if I react in another order?
-
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)
-
cal0pteryx
nicoco: it's a set (for deduplication) and that doesn't keep any order
-
MattJ
You can sort them before display, though (I appreciate that might be "hard", but not impossible)
-
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.
-
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:
-
meson
https://share.conversations.im/meeson_/XsyaLLQwFcJvPHGR/Gajim_Colors_Breeze.jpg
-
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
-
meson
With Adwaita, there's no background color change on hover for the participant list
-
meson
Selection color is dark blue vs light gray for the chat list✎ -
meson
Selection color is dark blue vs light gray for the chat list and messages ✏
-
meson
Selection color is dark blue vs light gray for the chat list ✏
-
meson
Selection color for both chat and message is dark blue vs light gray for the chat list ✏
-
meson
Just tested Dino with Breeze: The message hover color is light gray as it is for Adwaita.
-
meson
They use ``` window.dino-main .dino-conversation .message-box.highlight:not(.highlight-once) { background: @window_bg_color; } ```
-
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
-
meson
`.conversation-row-hover {` is the style class for message hover, isn't it? changing the color seem to have no effect.
-
meson
Oh, it's not. This one applies for hovering the cursor over the 3-dots popover menu button
-
meson
``` .conversation-row:hover { background: @theme_bg_color; } ``` works good for Breeze.
-
meson
it now looks as for Adwaita
-
meson
🗽 1👍 3💓 2> how can I remove this selection when hovering the cursor, it interferes a lot https://dev.gajim.org/gajim/gajim/-/merge_requests/1063✎ ↺ -
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 ✏ ↺
-
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. ↺
-
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 ↺
-
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 -
meson
> nick tab completion seems to work, yay 🎉, reverse tabbing would also be nice
-
cal0pteryx
to me that sounds like overkill :P you can always type a first letter and then auto complete
-
lissine
meson: what is reverse tabbing? I only find online results about reverse tabnabbing
-
lissine
Oh never mind I get it
-
lissine
You mean to tab the nicks of previous messages
-
meson
Yes, in the reverse order
-
meson
Usually it's Ctrl+Shift+Tab✎ -
meson
Usually it's Shift+Tab ✏