rom1dep> rom1dep, this is almost certainly no Gajim issue, maybe run Gajim gdb get a stacktrace so we can look into it and maybe find the reason
lovetox: dunno, these days I use global menus extensively (for all my apps) and I hadn't noticed this behavior elsewhere. How can I get a trace with running from gdb?
lovetoxgdb halts the application once the error comes
lovetoxthen you type "bt"
lovetoxandrey.g, the context is the rest of the log
lovetoxcan you reproduce it?
andrey.glovetox, normally backtrace is printed right at the moment of occurence. But this one (I've got it again) is not. It will be printed once I exit and then there are many hours of log output.
andrey.gIs it possible to disable GUI backtraces completely so that they get printed only in the console?
andrey.gFor normal users it would be useful just to add the last received stanza to this GUI output.
lovetoxno, and i have to say i never saw that bt are not printed to console, sounds weird
lovetoxbecause in the gui dialog we print it explictly to console
lovetoxprint(self.text)
lovetoxand again with traceback.print_exception(type_, value, tb, None, trace)
andrey.gJust with print() not with log.warning/error/debug()? That could be problematic since I'm redirecting all output to the file:
./launch.py ... 2>&1 | tee log.txt
lovetoxit seems not *all* output
andrey.gYes, the one from print() lands there only after exit.
andrey.gSomehow it seems to be not flushed before.
andrey.gSo with redirection the output is not line-buffered anymore and python also doesn't flush it after each line, that's why print() output can't be seen immediately. Without changing source, it is possible to switch python to unbuffered output with '-u', though it'd be better to have line-buffering.
zaklovetox: I just removed plugin_installer and restarted gajim. Still no "available" tab for plugins :(
lovetoxzak what gajim version did you install from where?
zakgajim 1.1.1 from ftp.gajim.org
zakand gajim-plugininstaller 1.1.4-1~bpo9+1
zakthe latter seems incorrect does it? it shouldn't be a debian package?
lovetoxi dont know why you install gajim 1.1.1 from our ftp to begin with
lovetoxjust use debian repos
zakwhy not?
lovetoxto circumvent such problems, there is a package maintained by a guy from debian why not use it?
zakI don't mind which package I use. I thought the "official gajim debian package" from gajim is better than the "official debian gajim package"
zakI try the other one then...
lovetoxno its not zack
lovetoxnot at all
lovetoxwe are not debian experts
lovetoxwe just run a script and it makes us some .deb file, but we dont extensivly test it, nor do we have the packaging experience of a debian package maintainer
lovetoxalso we removed all stable debs
werdanIs it possible to use stretch-backports on LinuxMint 19.1 (based on Ubuntu bionic)?
lovetoxthere is only nightlys on the server anymore
lovetoxwerdan, sorry dont know, never tried
zakOk, seems to work now. Thanks lovetox. Maybe write a note on the download page then, to inform users that the backports package is preferred.
lovetoxyes there is a issue open for that
werdanlovetox, thanks. till 0.16.9 I was using ftp.gajim.org/debian. I miss the "stable" now...
lovetoxi guess if you used that package then debian packports should also work
rom1deplovetox: gdb doesn't halt anything when the error comes, it appears
lovetoxbut you can configure it to hold on warning i think
lovetoxbreak g_log if log_level == G_LOG_LEVEL_CRITICAL
break g_log if log_level == G_LOG_LEVEL_WARNING
lovetoxdid you try to disable that global menu and see if the error happens also?
lovetoxis this another application that exports the menu to global?
rom1depit's just a standard plasma stuff
lovetoxso all menu entrys are working only the sub menus under Account are not?
rom1depyeap
rom1depexactly
lovetoxbut they show all entrys correctly?
rom1depyes
botPhilipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >:
*d200e94f* < https://dev.gajim.org/gajim/gajim/commit/d200e94fbacb7db1b271d013dd39b40d15e58ba7 >
Better determine language cross platform
botSebastiaan Lokhorst proposed a new merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/372 >:
Fix Bonjour (pybonjour) on macOS
botSebastiaan Lokhorst updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/372 >:
Fix Bonjour (pybonjour) on macOS
botAndré proposed a new merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/373 >:
Remove obsolete dbus plugin
botAndré proposed a new merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/374 >:
Bump copyright year
botPhilipp Hörist merged a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/373 >:
Remove obsolete dbus plugin
botPhilipp Hörist updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/374 >:
Bump copyright year
botAndrey Gursky created an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9527 >:
#9527: < AttributeError: 'NoneType' object has no attribute 'presence' >
botPhilipp Hörist merged a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/374 >:
Bump copyright year
botPhilipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >:
*468d8bd4* < https://dev.gajim.org/gajim/gajim/commit/468d8bd4729d0204dbb4afeac6ec2843f7afc291 >
Bump copyright year
botPhilipp Hörist updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/372 >:
Fix Bonjour (pybonjour) on macOS
botPhilipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >:
*a91f5f2c* < https://dev.gajim.org/gajim/gajim/commit/a91f5f2c4914b597c9833894c8a31c6ba054ed39 >
Fix Bonjour (pybonjour) on macOS
botPhilipp Hörist merged a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/372 >:
Fix Bonjour (pybonjour) on macOS
botPolynomdivision created an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9528 >:
#9528: < Add OTRv4 support >
botPolynomdivision modified an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9528 >:
#9528: < Add OTRv4 support >
botPhilipp Hörist closed an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9527 >:
#9527: < AttributeError: 'NoneType' object has no attribute 'presence' >
botPhilipp Hörist pushed 2 commits to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >: https://conference.gajim.org:5281/pastebin/789ac176-fc0f-4d4e-8d42-728b505e228b
lovetoxandrey.g, ^ i renamed the config values for the default show/join/left setting, so you might want to check what it says now in preference if you modified it
botPhilipp Hörist pushed 2 commits to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >:
*7b558d69* < https://dev.gajim.org/gajim/gajim/commit/7b558d692c64022798fc514a79c73ebe6e5b94e5 >
MUC: Update menu after preference change
- Simplify action lookup
*4aa26545* < https://dev.gajim.org/gajim/gajim/commit/4aa265451dfebe3991fc0496bb76baa05d9faab8 >
MUC: Use default value when printing the status
botPhilipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >:
*4c17b55a* < https://dev.gajim.org/gajim/gajim/commit/4c17b55a91cca31e4b5ec5c3c070652da668c147 >
Fix pylint error
botDaniel Brötzmann created an issue in _gajim-plugins_ < https://dev.gajim.org/gajim/gajim-plugins/issues/378 >:
#378: < Add OTRv4 support >
botDaniel Brötzmann closed an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9528 >:
#9528: < Add OTRv4 support >
botDaniel Brötzmann modified an issue in _gajim-plugins_ < https://dev.gajim.org/gajim/gajim-plugins/issues/378 >:
#378: < Add OTRv4 support >
botPhilipp Hörist pushed 3 commits to branch _refs/heads/master_ of _gajim-plugins_ < https://dev.gajim.org/gajim/gajim-plugins >: https://conference.gajim.org:5281/pastebin/e9518bab-5b4e-469f-8ce8-de866575af8a
botPhilipp Hörist closed an issue in _gajim-plugins_ < https://dev.gajim.org/gajim/gajim-plugins/issues/377 >:
#377: < omemo: inactive keys invisible (improve CSS theme) >
botPhilipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim-plugins_ < https://dev.gajim.org/gajim/gajim-plugins >:
*d235ac68* < https://dev.gajim.org/gajim/gajim-plugins/commit/d235ac68f8cdde786ef979cf954b34214d3060c7 >
[omemo] Dont set additional thread node
botPhilipp Hörist pushed 4 commits to branch _refs/heads/gajim_1.1_ of _gajim-plugins_ < https://dev.gajim.org/gajim/gajim-plugins >: https://conference.gajim.org:5281/pastebin/0e4602da-a830-4581-bd56-3ac5f228f6ec
botPhilipp Hörist closed an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9463 >:
#9463: < Store "minimize on join" for MUCs locally, as it is occasionally lost >
botPhilipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >: https://conference.gajim.org:5281/pastebin/ea799eee-ea31-4fbd-996c-bffa36a74879
botPhilipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >:
*eebccaf0* < https://dev.gajim.org/gajim/gajim/commit/eebccaf07d2d9709875b0530605d8b3a28ae02f4 >
Remove unused import