Konqueror crashing while trying to open it's setting

I have konqueror installed and runing :

Name : konqueror
Version : 25.12.3
Origin : x11-fm/konqueror

on FreeBSD 15p2

but when I try to open configure konqueror it crashes immediately

and my plasma session is running on Wayland.
 
Are you asking for other users to confirm the crash?

If your intention is to report a bug here, this is not the right place. Contact the maintainer instead or report it upstream (check their Github or whatever first in case it's already been reported).
 
Are you asking for other users to confirm the crash?
I think that is the meaning of the post. We like to have confirmation of the problem just to see if it is not a local configuration that is one source of the bug.

I confirm the problem on a 15.0-RELEASE with kde. I tried to upgrade (latest repos), but it wants to remove kde. Well, I will wait a little... lol.
 
Are you asking for other users to confirm the crash?

If your intention is to report a bug here, this is not the right place. Contact the maintainer instead or report it upstream (check their Github or whatever first in case it's already been reported).
no I'm not trying to report any bug on the forum and before posting I checked bugzilla for bug regarding konqueror, nothing poped up. So yes I'm asking for other user to confirm it in the same setting. Or to have any help.
 
I have an old box that I use only as graphical terminal" for administering the FreeBSD server of the homelab. Few days ago Konqueror was working- I use Konqueror only for connecting to the router. After a pkg update, not anymore. This under KDE, wayland, and software vulkan support.

Code:
freebsd-version  
15.0-RELEASE-p6

konqueror --version
konqueror 26.04.0

vulkaninfo --summary
...
Devices:
========
GPU0:
        apiVersion         = 1.3.278
        driverVersion      = 0.0.1
        vendorID           = 0x10005
        deviceID           = 0x0000
        deviceType         = PHYSICAL_DEVICE_TYPE_CPU
        deviceName         = llvmpipe (LLVM 19.1.7, 256 bits)
        driverID           = DRIVER_ID_MESA_LLVMPIPE
        driverName         = llvmpipe
        driverInfo         = Mesa 24.1.7 (LLVM 19.1.7)
        conformanceVersion = 1.3.1.1
        deviceUUID         = 6d657361-3234-2e31-2e37-000000000000
        driverUUID         = 6c6c766d-7069-7065-5555-494400000000

Code:
user@safe2:~ $ konqueror  
kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod &) may only be used on
 X11
kf.parts: KPluginMetaData(name:"Terminal Emulator", plugin-id:"konsolepart") still defined Servi
ceTypes - this is deprecated in favor of providing a  "Capabilities" list in the "KParts" object
 in the root of the metadata
kf.parts: ServiceType "inode/directory" from KPluginMetaData(name:"Terminal Emulator", plugin-id
:"konsolepart") is not a known value that can be mapped to new Capability enum values
kf.parts: ServiceType "TerminalEmulator" from KPluginMetaData(name:"Terminal Emulator", plugin-i
d:"konsolepart") is not a known value that can be mapped to new Capability enum values
kf.parts: KPluginMetaData(name:"Okular", plugin-id:"okularpart") still defined ServiceTypes - th
is is deprecated in favor of providing a  "Capabilities" list in the "KParts" object in the root
 of the metadata
kf.parts: KPluginMetaData(name:"Embedded Advanced Text Editor", plugin-id:"katepart") still defi
ned ServiceTypes - this is deprecated in favor of providing a  "Capabilities" list in the "KPart
s" object in the root of the metadata
kf.parts: KPluginMetaData(name:"Gwenview Image Viewer", plugin-id:"gvpart") still defined Servic
eTypes - this is deprecated in favor of providing a  "Capabilities" list in the "KParts" object 
in the root of the metadata
Trace/BPT trap (core dumped)

When I have time, I will check under xorg.
 
... ah quarterly release.

Code:
 pkg repos
FreeBSD-ports: { 
    url             : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/quarterly",
    enabled         : yes,
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINTS",
    fingerprints    : "/usr/share/keys/pkg"
  }
FreeBSD-ports-kmods: { 
    url             : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/kmods_quarterly_0",
    enabled         : yes,
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINTS",
    fingerprints    : "/usr/share/keys/pkg"
  }
FreeBSD-base: { 
    url             : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/base_release_0",
    enabled         : no,
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINTS",
    fingerprints    : "/usr/share/keys/pkgbase-15"
  }
 
Back
Top