-
nicoco
I'd like to try to customize gajim to look a little more "compact". What's the proper way to do that? Should I just edit my own gajim.css or is there an proper way to have custom themes? Are margins and padding defined somewhere else than this CSS file?
-
nicoco
https://upload.slidge.im:5281/file_share/yeU3T5vDX9S8gnvPRAyAmfy-/f470e1a2-be75-41b4-b70d-0ce0c9068257.png
-
nicoco
On this screenshot you can see the margins/paddings I'd like to reduce… It really is a lot of wasted space on non-HiDPI screens (yes I am a dinosaur, I have a 1080p 27'' monitor)
-
fjklp
`grep -ir margin` seems to point to relevant lines of code. I'm playing with it now.
-
fjklp
I'd suggest to increase the margin to know what is what if you are guessing like me
-
fjklp
you can certainly squeeze some pixels out
-
cal0pteryx
nicoco: check gtk inspector. It will show you where it's defined (including a live css editor)
-
nicoco
oh cool! Exactly what I needed. Looks my GTK theme is also involved for extra fun xD
-
nicoco
Oh well, I give up until I finally understand the relationship between KDE system settings colors and themes/qt5ct/GTK3/GTK4/themes/otherstuff. I can only blame myself as I use i3wm and want to use a custom color scheme… But that GTK inspector thing is nice to know, so thanks :)
-
meson
Gajim's search panel has no button to start a search, only hitting enter is currently implemented?
-
lovetox
You mean history search?
-
meson
Yes
-
lovetox
And you think the user does need that? We have no button for sending a message also by default
-
meson
I hadn't use it for quiet a while and expected the search to happen automatically after a short timeout after typing, then searched a button to start the search and finally remembered I had to hit enter. Maybe it's not necessary.✎ -
meson
I hadn't use it for quiet a while and expected the search to happen automatically after a short timeout after typing (like in Conversations or KDE System Settings' Search), then searched a button to start the search and finally remembered I had to hit enter. Maybe it's not necessary. ✏
-
lovetox
It's really fast in C
-
lovetox
I'm not sure we can get this Performance in Gajim
-
nicola
Hi!
-
nicola
I am trying to create gajim.app on my mac M1, following the guide here: https://dev.gajim.org/gajim/gajim/-/wikis/help/Gajim-on-macOS https://conference.gajim.org:5281/pastebin/eceae478-fcef-4882-8277-c291589ee930✎ -
nicola
I am trying to create gajim.app on my mac M1, following the guide here: https://dev.gajim.org/gajim/gajim/-/wikis/help/Gajim-on-macOS https://conference.gajim.org:5281/pastebin/24623192-4bec-4efc-863c-b0dc7f1cebb9 ✏
-
lovetox
yeah, we have no dev that has a mac
-
lovetox
so you are on your own there
-
meson
Wasn't there elfchen who could potentially help out?
-
meson
...also I heard Asahi Linux runs quiet fine on the M1 :p
-
elfchen
nicola: These instructions don't work: > Alternatively, you can create an .app bundle so Gajim can be run from the desktop as a native app: You need to follow the first half of the instructions and start Gajim via launch.py
-
nicola
> nicola: These instructions don't work: >> Alternatively, you can create an .app bundle so Gajim can be run from the desktop as a native app: > You need to follow the first half of the instructions and start Gajim via launch.py Ok. With launch.py it works
-
elfchen
👍🏻