meld TypeError on startup

  • Done
  • quality assurance status badge
Details
3 participants
  • Andy Tai
  • Efraim Flashner
  • Nathan Dehnel
Owner
unassigned
Submitted by
Nathan Dehnel
Severity
normal
N
N
Nathan Dehnel wrote on 2 May 2021 23:24
(name . Tobias Geerinckx-Rice via Bug reports for GNU Guix)(address . bug-guix@gnu.org)
CAEEhgEtqTewhGN8hDtQWGEh_tX2=NsPikUiX68tWQTv1buiYHQ@mail.gmail.com
nathan@guixlaptop ~ $ meld
Traceback (most recent call last):
File
"/gnu/store/ry77lgy02rs7605gyn6cai8ff9v64h4l-meld-3.20.3/bin/..meld-real-real",
line 385, in <module>
setup_settings()
File
"/gnu/store/ry77lgy02rs7605gyn6cai8ff9v64h4l-meld-3.20.3/bin/..meld-real-real",
line 270, in setup_settings
meld.settings.create_settings()
File
"/gnu/store/ry77lgy02rs7605gyn6cai8ff9v64h4l-meld-3.20.3/lib/python3.8/site-packages/meld/settings.py",
line 98, in create_settings
meldsettings = MeldSettings()
File
"/gnu/store/ry77lgy02rs7605gyn6cai8ff9v64h4l-meld-3.20.3/lib/python3.8/site-packages/meld/settings.py",
line 40, in __init__
settings.connect('changed', self.on_setting_changed)
TypeError: <Gio.Settings object at 0x7fd6d5157f00 (GSettings at
0x250f7a0)>: unknown signal name: changed
Attachment: file
E
E
Efraim Flashner wrote on 3 May 2021 15:40
(name . Nathan Dehnel)(address . ncdehnel@gmail.com)(address . 48174@debbugs.gnu.org)
YI/9Q4kQFWa6MTG0@3900XT
On Sun, May 02, 2021 at 04:24:15PM -0500, Nathan Dehnel wrote:
Toggle quote (21 lines)
> nathan@guixlaptop ~ $ meld
> Traceback (most recent call last):
> File
> "/gnu/store/ry77lgy02rs7605gyn6cai8ff9v64h4l-meld-3.20.3/bin/..meld-real-real",
> line 385, in <module>
> setup_settings()
> File
> "/gnu/store/ry77lgy02rs7605gyn6cai8ff9v64h4l-meld-3.20.3/bin/..meld-real-real",
> line 270, in setup_settings
> meld.settings.create_settings()
> File
> "/gnu/store/ry77lgy02rs7605gyn6cai8ff9v64h4l-meld-3.20.3/lib/python3.8/site-packages/meld/settings.py",
> line 98, in create_settings
> meldsettings = MeldSettings()
> File
> "/gnu/store/ry77lgy02rs7605gyn6cai8ff9v64h4l-meld-3.20.3/lib/python3.8/site-packages/meld/settings.py",
> line 40, in __init__
> settings.connect('changed', self.on_setting_changed)
> TypeError: <Gio.Settings object at 0x7fd6d5157f00 (GSettings at
> 0x250f7a0)>: unknown signal name: changed

Can you post the output of 'guix describe'? I'm not able to reproduce
this locally.

Generation 20 May 02 2021 09:15:48 (current)
guix 1b792e8
branch: master
commit: 1b792e8b5275dc010c53d91062082340431204f2
(ins)efraim@3900XT ~/workspace/guix$ guix environment --pure --ad-hoc meld -- meld

--
Efraim Flashner <efraim@flashner.co.il> ????? ?????
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmCP/TwACgkQQarn3Mo9
g1E7ww/7BC6RE5dpP5qrikGIfYElTIQOlFC9k47qPhj3BUQdePPdHT617vJEnyKP
NMRpt8+t/g3ek7IyLs4dtfMqgxuGV8H4KZGgMlsueDLWA73/GrHyzZkUk9SuGgF7
H6yLykh0wsnHabbRbbCS71AMfMEloLgC3MaMHnYf16zTeUrIzGK7o9ORfxY7YWY4
c9Es4+nxs/YijfuoR2KecSnED2nIPlQV9ewDmDnHUsp/vUZA6/fUgYdzC0bhuSou
UySeiGxO7/eP65Bib4v3PHv0FZ55Z450wOzH1SM9ZhCU7j/D6Zl4G0xib858rXAC
pKY7tA/kAbWKAwZFd0wDFCdamUiOEbR/Xf/7ur65vgmYyDP0lxwWuXKtxz8aCooJ
Y31motcKwOlS/8PxVFzzmXZ0KiI46mSHrorxcaNDOdYBrKf89+dBzF1u15vTtJox
OjHUsOws0hY/5Cf9Ny5x1GbsfwqqNR/w/NoztmVlAuUBeyynoNad/n1o0vlEBRAH
dW6W/KbJFhhekgFifJtnZMoUSVhBvtBK4OQ9PLKOePq7xLxT2BNrJ7jX/8KE2qcv
kNR2semoMQBGS8YSWgBILDoAe+jqOmSz6LHWNEhU5rJd4EB7mu5VSKNiLlwPCqDt
3fusMtib3o9+jEv/CvrKOXGoAIvTAQ5fu+YZyOaVNDQfoxCk6MQ=
=m3Fm
-----END PGP SIGNATURE-----


A
A
Andy Tai wrote on 18 Apr 2023 20:20
(address . control@debbugs.gnu.org)
CAJsg1E8k1XyG792nq_X7tQutP4yXE-uatcfCUdsQD4zpof6LbA@mail.gmail.com
close 48174
thanks

meld upgraded to 3.22 so this bug is out of date
?