[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1023372: marked as done (kde-config-gtk-style: missing dependency on gsettings-desktop-schemas (causes kded5 to crash))



Your message dated Sun, 06 Nov 2022 19:22:50 +0000
with message-id <E1orlEI-002KvJ-1Z@fasolo.debian.org>
and subject line Bug#1023372: fixed in kde-gtk-config 4:5.26.2-1
has caused the Debian Bug report #1023372,
regarding kde-config-gtk-style: missing dependency on gsettings-desktop-schemas (causes kded5 to crash)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1023372: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023372
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: kde-config-gtk-style
Version: 4:5.26.0-1
Severity: important

Dear Maintainer,


   * What led up to the situation?

In a KDE environment and plasma-nm installed, WiFi is not connecting
automatically with the NetworkMaanger error "No agents were available for this
request".
Normally, agent requests are served using the KDE Wallet.

The cause of this is that kded5 wasn't running, thus the service handling agent
requests was probably not running too.

kded5 was not running because it crashed with this error (I've run it with
gdb):

(process:4612): GLib-GIO-ERROR **: 23:53:37.684: Settings schema
'org.gnome.desktop.interface' is not installed

Thread 1 "kded5" received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff59287c7 in g_log_structured_array () from /lib/x86_64-linux-
gnu/libglib-2.0.so.0
(gdb) bt
#0  0x00007ffff59287c7 in g_log_structured_array () from /lib/x86_64-linux-
gnu/libglib-2.0.so.0
#1  0x00007ffff5928bee in g_log_default_handler () from /lib/x86_64-linux-
gnu/libglib-2.0.so.0
#2  0x00007ffff5928e57 in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffff59290ef in g_log () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fffd8c94a37 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0
#5  0x00007fffd8b516ed in ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#6  0x00007fffd8b51f98 in ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7  0x00007fffd8b53b33 in g_object_new_valist () from /lib/x86_64-linux-
gnu/libgobject-2.0.so.0
#8  0x00007fffd8b54189 in g_object_new () from /lib/x86_64-linux-
gnu/libgobject-2.0.so.0
#9  0x00007fffd8ddf340 in ?? () from /usr/lib/x86_64-linux-
gnu/qt5/plugins/kf5/kded/gtkconfig.so
#10 0x00007fffd8ddb475 in GtkConfig::setFont() const () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/gtkconfig.so
#11 0x00007fffd8ddda59 in GtkConfig::applyAllSettings() const () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/gtkconfig.so
#12 0x00007fffd8dddf99 in GtkConfig::GtkConfig(QObject*, QList<QVariant>
const&) () from /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/gtkconfig.so
#13 0x00007fffd8ddef69 in ?? () from /usr/lib/x86_64-linux-
gnu/qt5/plugins/kf5/kded/gtkconfig.so
#14 0x00007ffff773ead3 in KPluginFactory::create(char const*, QWidget*,
QObject*, QList<QVariant> const&, QString const&) () from /lib/x86_64-linux-
gnu/libKF5CoreAddons.so.5
#15 0x000055555555deee in ?? ()
#16 0x00005555555611a3 in ?? ()
#17 0x0000555555561533 in ?? ()
#18 0x000055555555b15e in ?? ()
#19 0x00007ffff684618a in __libc_start_call_main
(main=main@entry=0x55555555aa90, argc=argc@entry=1,
argv=argv@entry=0x7fffffffdfe8) at ../sysdeps/nptl/libc_start_call_main.h:58
#20 0x00007ffff6846245 in __libc_start_main_impl (main=0x55555555aa90, argc=1,
argv=0x7fffffffdfe8, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>,
    stack_end=0x7fffffffdfd8) at ../csu/libc-start.c:381
#21 0x000055555555b541 in ?? ()
(gdb)

The crash occurs in gtkconfig.so kded5 plugin (installed by kde-config-gtk-
style pacakge) because gsettings-desktop-schemas is not installed.

After having installed this package, everything is back working as expected
(and the wifi connects once I input the asked KWallet password on login).



Thus, I think that kde-config-gtk-style should depends on gsettings-desktop-
schemas.

This does not apply to kde-config-gtk-style-preview which won't cause any
crashes even if gsettings-desktop-schemas is not installed (as long as kde-
config-gtk-style is not installed).



-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.0.0-2-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kde-config-gtk-style depends on:
ii  libc6                     2.35-3
ii  libglib2.0-0              2.74.0-3
ii  libgtk-3-0                3.24.34-3
ii  libkdecorations2-5v5      4:5.26.0-1
ii  libkdecorations2private9  4:5.26.0-1
ii  libkf5configcore5         5.98.0-1
ii  libkf5configwidgets5      5.98.0-1
ii  libkf5coreaddons5         5.98.0-1
ii  libkf5dbusaddons5         5.98.0-1
ii  libkf5guiaddons5          5.98.0-2
ii  libqt5core5a              5.15.6+dfsg-2
ii  libqt5dbus5               5.15.6+dfsg-2
ii  libqt5gui5                5.15.6+dfsg-2
ii  libqt5svg5                5.15.6-2
ii  libstdc++6                12.2.0-7

Versions of packages kde-config-gtk-style recommends:
pn  xsettingsd | xsettings-kde  <none>

Versions of packages kde-config-gtk-style suggests:
pn  kde-config-gtk-style-preview  <none>

-- no debconf information

--
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F                |

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: kde-gtk-config
Source-Version: 4:5.26.2-1
Done: Aurélien COUDERC <coucouf@debian.org>

We believe that the bug you reported is fixed in the latest version of
kde-gtk-config, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1023372@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurélien COUDERC <coucouf@debian.org> (supplier of updated kde-gtk-config package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 27 Oct 2022 23:34:57 +0200
Source: kde-gtk-config
Architecture: source
Version: 4:5.26.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Aurélien COUDERC <coucouf@debian.org>
Closes: 1023372
Changes:
 kde-gtk-config (4:5.26.2-1) unstable; urgency=medium
 .
   [ Aurélien COUDERC ]
   * New upstream release (5.26.1).
   * New upstream release (5.26.2).
   * Add gsettings-desktop-schemas as a dependency. (Closes: #1023372)
Checksums-Sha1:
 e5c7420fa16c0d596019ceb2515497cf5ce60758 2966 kde-gtk-config_5.26.2-1.dsc
 4616bac5a6a57e4d5baa2e42a6007869b19c5b43 74388 kde-gtk-config_5.26.2.orig.tar.xz
 babf5ab6ebf595cc93f3921fa04d594ae256dafe 833 kde-gtk-config_5.26.2.orig.tar.xz.asc
 bb7fb5ed7d15ee0ea0c48752cf1bdef0db41761d 18132 kde-gtk-config_5.26.2-1.debian.tar.xz
 4aec8fceaf669b192b9c7d48f63c32ff12b0e393 18205 kde-gtk-config_5.26.2-1_amd64.buildinfo
Checksums-Sha256:
 bc13f1b8afc597149fa5ea95c5d1b94fcba76ed18aac9886c82c27a5a0e2b471 2966 kde-gtk-config_5.26.2-1.dsc
 780072591dbf1d7141ce8586784f97f125ce6db88b1183c2ffcee9456cb2623b 74388 kde-gtk-config_5.26.2.orig.tar.xz
 493b0350cbcc358fd3fd41d535925dca8844e759512a5a2f2759ba3ee0f049e7 833 kde-gtk-config_5.26.2.orig.tar.xz.asc
 1ae0a741af36af4335a2a246e1d0017f156e3e91352166c8641f66d4e436cc4c 18132 kde-gtk-config_5.26.2-1.debian.tar.xz
 f5564fa30706bacb95a6d84197603190780aed3c08199cc2a5d3799f79ed55ff 18205 kde-gtk-config_5.26.2-1_amd64.buildinfo
Files:
 9214d7344f5880e0be11e5b516aeea75 2966 kde optional kde-gtk-config_5.26.2-1.dsc
 9ebda0ba7d2ff4ed71de2d09e1af378a 74388 kde optional kde-gtk-config_5.26.2.orig.tar.xz
 58da6a950380ab488f03724b7327d6b5 833 kde optional kde-gtk-config_5.26.2.orig.tar.xz.asc
 4bec38ea4317b8b1ce157555775be4a3 18132 kde optional kde-gtk-config_5.26.2-1.debian.tar.xz
 d883ae57252d1c2f6d9a9bf5ac35cfb7 18205 kde optional kde-gtk-config_5.26.2-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEEIW//QAAaDgcOKDsfcaflM/KRoyQFAmNmddETHGNvdWNvdWZA
ZGViaWFuLm9yZwAKCRBxp+Uz8pGjJL1WEACS0WLzqjJ9s3Ws7M+gQ7J+hDbkXUCb
0hc5LoUTkG7Wz1r98BvMTme9yufr/W6GOumDLZNVcptBtYI3YL1pJPaq7aIY5nuM
WKUhZUnR0AyXtGqOJId1bvvkZhOCAd+qmLaow3VRi2Hso9REts/GCk5nqwXPMwHF
zq8RB9RZhB/bZ8n/HkoH3HiirPIJWAj6ddrKQyB/Lx+SELropvWQJmRy2I9Xq5PM
upwmUXqeQ5tzeMgM8ROmpYSu5lZHgwTkejPp1MsT+EFuyXQ7SAJewnMVl3qKHcr4
wI+bzT0/xk0YiV2ap+wE9x52pP579sVhEa9VeImVXQkqpZ28IlmlsBS+IMwFREry
WynsdmiyAmLjo0yv10KjDPdcVVNgVSvFIHtpSYHKeqriqMO7shh1qu3B6fzjgpB/
VQpMw3YdrSRmAlQCIuZQpbIBNxQqI/fZP9RnYe2ltnzNKUPHR6Vmreth8N0O2pPl
4OZ8nFbERkHGGQGzAJ+Agd7w73BiSviKm4Kpwc+uKS+pJzFQW3f3O1T4KmYZl5VU
8VcEkdB2F8g+auZQd7vxyMiVzQNvT81+xGBPvXRoR4NcSqlNbIbCseWBiq/4+MTE
avttzL0vvR7VWNnj7ddHim778FMKasrYk/mV5qm+g16omMXguGKXvIDRmGRScVs7
/7HPZgyAAaOipw==
=Iq2C
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: