d44hello guys, I'm curious.. what changes did you make to Gajim in the last nightly updates? Or where can I check them out?
lovetoxd44: hg.gajim.org
noonhello
noonis this channel only for gajim or also for nbxmpp?
cippaciongLink Mauve, I was looking at Twemoji and was wondering if you have some ready-made script to convert image filenames in unicode sequences
cippaciongI'd like to add Noto to the list of emoji sets
Link MauveI probably wrote a oneliner in some random language and then threw it away, sorry. :(
Link MauveBut isn’t Noto a simple font?
Link MauveYep, extra/noto-fonts-emoji in ArchLinux.
cippaciongNo, is a 475MB font if you take all the variants
cippaciong:)
cippaciongIt's the default set of emoji in android
cippaciongthey have a repo on github with svg and png as well
Link MauveI’m not sure what the benefits would be over simply recommending the user to install the font package from their distribution.
cippaciongUhm, if I install the font then can I use them like I do with Twemoji?
cippaciongI mean, with a handy graphical selector in Gajim
Link MauveAh no, right.
Link MauveThen it’s indeed useful. :)
cippaciong:)
cippaciongshould I use png or svg?
Link MauveI personally prefer SVG, that way it will render fine on any kind of resolution.
Link MauveBut note that Gajim’s text widget doesn’t support resizing yet, so you may have to implement that depending on the default size it infers the SVG at.
cippaciongOk, I'll give it a try then. Today a made some test adding only emojis with "simple" filenames (4 or 5 bytes) and it worked pretty well, I'll just have to add the others now
Link Mauve:)
Link MauveActually I just had a look at the Twemoji repository, the filenames were already named correctly, so it was trivial to sed that into the Python dict Gajim expects.
cippaciongYeah, I saw that you had to create the resized version for Twemoji (I use that one actually)
cippaciongGot it, thanks :)
Link MauveI didn’t do this one, it was someone else who was bothered by the default size of Gajim and didn’t want to put any time fixing the core issue.
Link MauveI don’t remember who it was. :/
noonin the file chat_control.py on line 231 is a if statement with "-- " should this be a "=="?
Link Mauvenoon, I don’t see that in the default branch, it may have been fixed since your version.
noonhmm. ok, i will update my branch
noonare you using the default branch or the HEAD branch?
Link MauveHEAD isn’t a branch, AFAIK it’s a git concept.
Link MauveThe default branch is the python3 one, gajim_0.16 the python2 one.