-
zhangede
Your organization uses Windows, and recently you have been unable to successfully compile Gajim on Windows. Is there anyone who can help with this?✎ -
zhangede
Our organization uses Windows, and recently you have been unable to successfully compile Gajim on Windows. Is there anyone who can help with this? ✏
-
zhangede
Our organization uses Windows, and recently we have been unable to successfully compile Gajim on Windows. Is there anyone who can help with this? ✏
-
cal0pteryx
Compile? We provide installers
-
zhangede
we changed the code a little and produce the internal installers.✎ -
zhangede
we changed the code a little and produce the internal installers. Change ICON. Very small changes. ✏
-
zhangede
https://dev.gajim.org/gajim/gajim/blob/master/win/README.md We do after this. But it does not work now.
-
cal0pteryx
I see. Currently there is a problem building nightlies. Some dependencies are not satisfied. We're working on that
-
lovetox
zhangede, can i ask why you want to rebuild Gajim?
-
lovetox
are you trying to build the newest released version? Or are you trying to stay on 1.9.5 and apply more changes
-
lovetox
because the newest version of Gajim is not released for windows for a reason, there are problems with emojis, no status icon, in general probably a downgrade for your users
-
bot
lovetox pushed 1 commits to branch gajim/master ci: Windows: Switch depcheck to GIRepository 3.0 - https://dev.gajim.org/gajim/gajim/-/commit/8d32a4eecc1063c751de75e4236b6c8ff4f874cd
-
Observer
Hi! When clicking on avatars, Gajim started crashing. I never had this problem before. Kubuntu 22.04 LTS. Please help! Gajim 2.0.4 (Unix/Linux) GTK version: 4.16.12 GLib version: 2.82.4 Pango version: 1.54.0 PyGObject version: 3.50.0 Version cairo: 1.18.2 Version pycairo: 1.27.0 Version python-nbxmpp: 6.0.2 Version of libsoup: 3.6.4
-
cal0pteryx
Observer, clicking avatars where? And "crashing" does produce an error popup?
-
anontor
well recently I had gajim crashing when trying to use an emoji. I think it was 2.0.4 but it did not do it the last time.
-
anontor
it crashed twice and then when I tried later it worked.
👍 1 -
anontor
I just tried it and it crashed
-
anontor
flatpak 2.0.4
👍 1 -
anontor
emojis
-
Observer
> Observer, clicking avatars where? And "crashing" does produce an error popup? Screen: ↺
-
Observer
https://upload.jabber.de:5281/file_share/9f0e83d5-6f9c-4860-98e6-b4c412872732/Screenshot_1.jpg
-
cal0pteryx
Observer, ah, so not avatars, but emojis
-
lovetox
thats an emoji, not a avatar
-
cal0pteryx
see https://dev.gajim.org/gajim/gajim/-/issues/12244
-
Observer
> Observer, ah, so not avatars, but emojis Yeah, I'm sorry, my mistake. ↺
-
cal0pteryx
To solve this, we'd need a specific log (see issue comment)
-
Observer
> see https://dev.gajim.org/gajim/gajim/-/issues/12244 Thank you, but that doesn't answer the question. ↺
-
cal0pteryx
Observer, lovetox just made a comment on that issue. We need a specific log to solve this issue. I can't reproduce it on my machine
-
Observer
> Observer, lovetox just made a comment on that issue. We need a specific log to solve this issue. I can't reproduce it on my machine Yeah, I got it, but I don't know where the magazine is. ↺
-
cal0pteryx
Nevermind, I can reproduce it. Let me check
-
Observer
I'm looking for the Gajim magazine
-
cal0pteryx
Observer, by "Issue" I meant the issue I linked in our issue tracker ;)
-
Observer
> Observer, by "Issue" I meant the issue I linked in our issue tracker ;) Sorry, I'm a regular user and for a lot of obscure things. ↺
-
cal0pteryx
It only crashes for some users, and we're working on a fix
-
zhangede
> are you trying to build the newest released version? Or are you trying to stay on 1.9.5 and apply more changes we use gajim as our internal chating-program. Some small features should be done. For example changing contact phone, change icon... ↺
-
zhangede
> are you trying to build the newest released version? Or are you trying to stay on 1.9.5 and apply more changes should I stay on Tag 1.9.5 and do our changes?✎ ↺ -
zhangede
> are you trying to build the newest released version? Or are you trying to stay on 1.9.5 and apply more changes should I stay on Tag 1.9.5 and do our changes? Every version from 2.0.0 is not for Windows? ✏ ↺
-
Observer
> It only crashes for some users, and we're working on a fix I found a catalog /var/lib/flatpak/app/org.gajim.Gajim/ But I didn't find the magazine in it. ↺
-
lovetox
zhangede, currently on 2.0.0 emojis do not work, and there is no status icon
-
lovetox
if your users can live with that, feel free to switch to 2.0
-
lovetox
we are working on fixing this, but we will release only if its fixed, because we think its important for chatting
-
danielstein
is there any issue for emojis not working on win
-
danielstein
havent found anything on the gajim issue tracker
-
zhangede
> if your users can live with that, feel free to switch to 2.0 with your last commit. My Build succeeds now. God! Now I transfer to tag 1.9.5 and do a try. ↺
-
lovetox
you can try that yes
-
lovetox
exchange in the depcheck.py file the ignore libs var which is now Gtk3.0 to Gtk4.0
-
anontor
> Nevermind, I can reproduce it. Let me check you can reproduce it now? ↺
-
zhangede
> you can try that yes transfert to tag 1.9.5, then i should change a line in depcheck.py? ↺
-
lovetox
yes ```diff -IGNORED_LIBS = [("Soup", "2.4"), ("Gtk", "3.0")] +IGNORED_LIBS = [("Soup", "2.4"), ("Gtk", "4.0")] ```
-
anontor
good.✎ -
anontor
. ✏
-
zhangede
maybe you can make a branch for windows? 😄️
-
lovetox
you also need to apply this commit
-
lovetox
https://dev.gajim.org/gajim/gajim/-/commit/751336102001419a8a568935a558c25c5365aca7
❤ 1 -
cal0pteryx
> I found a catalog /var/lib/flatpak/app/org.gajim.Gajim/ But I didn't find the magazine in it. Observer, it's not about any magazine. We're tracking bugs in so-called "issues" ↺
-
lovetox
zhangede, feel free to fork the project on our gitlab, and apply those changes, then you have your branch
-
zhangede
> zhangede, feel free to fork the project on our gitlab, and apply those changes, then you have your branch I do it now ↺
-
Observer
> Observer, it's not about any magazine. We're tracking bugs in so-called "issues" Forgive my lack of understanding, I'm not good at this. ↺
-
lovetox
zhangede, if you run into further problems, just ping me here
❤ 1 -
anontor
new issue just reported with the emojis https://gitlab.gnome.org/GNOME/gtk/-/issues/7463
-
lovetox
danielstein, font issues on windows with gtk4
-
danielstein
> danielstein, font issues on windows with gtk4 is there a gtk4 issue open? ↺
-
lovetox
https://github.com/msys2/MINGW-packages/issues/22809