botAndrey Gursky created an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9876 >:
#9876: < AttributeError: 'NetworkEvent' object has no attribute 'properties' >
botDaniel Brötzmann modified an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9876 >:
#9876: < AttributeError: 'NetworkEvent' object has no attribute 'properties' >
botSebastiaan Lokhorst proposed a new merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/518 >:
Use PyInstaller for macOS build
botRichard Schwab created an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9877 >:
#9877: < New conversation dialog (cmd+n) broken on master >
Nothing4Youdo you think it would be possible to include the git commit in the gajim version when launching from a git repo?
Nothing4Youcould be useful for master bugreports from the error popup
Nothing4Youright now it just fills in gajim 1.1.92
botRichard Schwab modified an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9877 >:
#9877: < New conversation dialog (cmd+n) broken on master >
botRichard Schwab modified an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9877 >:
#9877: < New conversation dialog (cmd+n) broken on master >
botRichard Schwab closed an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9877 >:
#9877: < New conversation dialog (cmd+n) broken on master >
lovetox_Nothing4You hm weird that this is not the case
lovetox_i should have a look
hannibalgajim/gajim/__init__.py should attach the commit
lovetoxyeah so that should work
lovetoxmaybe for some reason the code does not work on mac, you could place prints into init.py and see if the git command there works Nothing4You
Nothing4Youbtw either python or gajim fixed something recently to fix exiting on macos
Nothing4Youbefore it always got stuck when trying to quit
lovetoxmaybe GTK did, i saw a lot of macos related commits in the last months
Nothing4Youcould also be
Nothing4Youhm
Nothing4Youstarting via ./launch.py attaches the version
saltybonesHow are you usually starting it? :)
Nothing4Youit does not work when starting via .app
Nothing4Youpresumably because the working directory is not the git repo
Nothing4Youeither that should cd into the wd first (which would also mean it won't work for users that don't regenerate this) or the logic should base it on the directory launch.py is in
Nothing4Yousecond one would also fix issues when you are in another git repo and launch gajim, it should then display the commit from the other repo
lovetoxNothing4You, but thats not really starting from source if you use the app
lovetoxi mean this does also not work on windows
lovetoxif we have a CI build for the mac package soon
Nothing4Youthe .app is just a reference to launch.py in the git repo
lovetoxwe could write the commit hash at build time into __init__.py
botSebastiaan Lokhorst updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/518 >:
Use PyInstaller for macOS build
botSebastiaan Lokhorst updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/518 >:
Use PyInstaller for macOS build
botSebastiaan Lokhorst updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/518 >:
Use PyInstaller for macOS build
botSebastiaan Lokhorst updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/518 >:
Use PyInstaller for macOS build
botPhilipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >:
*21dafc3c* < https://dev.gajim.org/gajim/gajim/commit/21dafc3cc3fa5c57b03054330679cf250b944c34 >
MacOS: Use PyInstaller to build app
botPhilipp Hörist merged a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/518 >:
Use PyInstaller for macOS build
botSebastiaan Lokhorst proposed a new merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/519 >:
MacOS: remove debug line from makebundle.py