Bug 2441902

Summary: KDE netinst install hangs in ibus scriptlet with "WARNING brltty:unsupported generic resource identifier: bluetooth:"
Product: [Fedora] Fedora Reporter: Kamil Páral <kparal>
Component: ibusAssignee: fujiwara <tfujiwar>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 44CC: awilliam, i18n-bugs, robatino, tfujiwar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-02-23 16:17:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2362357    
Attachments:
Description Flags
anaconda.log
none
dbus.log
none
dnf.log
none
packaging.log
none
program.log
none
storage.log
none
syslog none

Description Kamil Páral 2026-02-23 09:27:25 UTC
Description of problem:
When installing F44 KDE Plasma from F44 Everything netinst, the installation hangs at the end. Anaconda shows "Configuring gtk3...". I've waited 25 minutes, still stuck. However, in dnf.log I see:

2026-02-23T08:58:40+0000 [3825] INFO RPM callback start %triggerin scriptlet "gtk3-0:3.24.51-3.fc44.x86_64"
2026-02-23T08:58:40+0000 [3825] INFO RPM callback stop %triggerin scriptlet "gtk3-0:3.24.51-3.fc44.x86_64" return code 0
2026-02-23T08:58:40+0000 [3825] INFO RPM callback start %triggerin scriptlet "ibus-0:1.5.34~beta1-2.fc44.x86_64"

So I think this is actually ibus scriptlet running, not gtk3.

During the hang, there's no CPU activity, just this message repeated every 5 seconds in syslog:

09:08:19,535 WARNING brltty:unsupported generic resource identifier: bluetooth:
09:08:24,538 WARNING brltty:unsupported generic resource identifier: bluetooth:
09:08:29,538 WARNING brltty:unsupported generic resource identifier: bluetooth:
09:08:34,535 WARNING brltty:unsupported generic resource identifier: bluetooth:
09:08:39,536 WARNING brltty:unsupported generic resource identifier: bluetooth:
09:08:44,532 WARNING brltty:unsupported generic resource identifier: bluetooth:
09:08:49,536 WARNING brltty:unsupported generic resource identifier: bluetooth:

Here are ibus scriptlets:

$ rpm -qp ibus-1.5.34~beta1-2.fc44.x86_64.rpm --scripts
postuninstall scriptlet (using /bin/sh):
if [ "$1" -eq 0 ]; then
  # ibus 1.5.31 has no ibus-xinit and need to delete %_xinputconf here
  # for the back compatiblity for a year.
  /usr/bin/alternatives --remove xinputrc /etc/X11/xinit/xinput.d/ibus.conf || :
  # if alternative was set to manual, reset to auto
  [ -L /etc/alternatives/xinputrc -a "`readlink /etc/alternatives/xinputrc`" = "/etc/X11/xinit/xinput.d/ibus.conf" ] && /usr/bin/alternatives --auto xinputrc || :

  # 'dconf update' sometimes does not update the db...
  dconf update || :
  [ -f /etc/dconf/db/ibus ] && \
      rm /etc/dconf/db/ibus || :
fi
posttrans scriptlet (using /bin/sh):
dconf update || :


I guess it's the posttrans scriptlet running, so this might be a problem in "dconf update || :". But that's just my guess.

Version-Release number of selected component (if applicable):
Fedora-Everything-netinst-x86_64-44-20260222.n.0.iso
anaconda 44.21-1.fc44
gtk3-0:3.24.51-3.fc44.x86_64
ibus-0:1.5.34~beta1-2.fc44.x86_64
dconf-0:0.49.0-5.fc44.x86_64

How reproducible:
always

Steps to Reproduce:
1. run Everything netinst
2. pick KDE Plasma desktop environment
3. see hang at the end during "Configuring gtk3..."

Comment 1 Kamil Páral 2026-02-23 09:28:16 UTC
Created attachment 2130633 [details]
anaconda.log

Comment 2 Kamil Páral 2026-02-23 09:28:19 UTC
Created attachment 2130634 [details]
dbus.log

Comment 3 Kamil Páral 2026-02-23 09:28:22 UTC
Created attachment 2130635 [details]
dnf.log

Comment 4 Kamil Páral 2026-02-23 09:28:26 UTC
Created attachment 2130636 [details]
packaging.log

Comment 5 Kamil Páral 2026-02-23 09:28:29 UTC
Created attachment 2130637 [details]
program.log

Comment 6 Kamil Páral 2026-02-23 09:28:32 UTC
Created attachment 2130638 [details]
storage.log

Comment 7 Kamil Páral 2026-02-23 09:28:36 UTC
Created attachment 2130639 [details]
syslog

Comment 8 Kamil Páral 2026-02-23 09:29:51 UTC
Proposing for F44 blocker discussion. KDE is a release blocking environment, and Everything netinst is a release blocking deliverable.

Comment 9 Kamil Páral 2026-02-23 09:34:04 UTC
Forgot to add, gtk3 doesn't seem to have any scriptlets itself:

$ rpm -qp gtk3-3.24.51-3.fc44.x86_64.rpm --scripts
$

Comment 10 Adam Williamson 2026-02-23 16:17:37 UTC
I already filed this a while ago.

*** This bug has been marked as a duplicate of bug 2439813 ***

Comment 11 Jens Petersen 2026-02-24 08:26:31 UTC
Hm so is it somehow related with accessibility?

Comment 12 Adam Williamson 2026-02-24 15:46:26 UTC
No, I don't think the WARNING brltty:unsupported generic resource identifier: bluetooth: messages actually have anything to do with the bug at all. They're all through the logs, including before the scriptlet in question starts up.

I've done a lot of investigation in https://bugzilla.redhat.com/show_bug.cgi?id=2439813 , please look there.