[network/smb4k] doc: Update handbook.

2024-04-03 Thread Alexander Reinholdt
Git commit 4b2e5161822b8b1cdf4647f4924c895fb7e9c96c by Alexander Reinholdt.
Committed on 04/04/2024 at 05:27.
Pushed by areinholdt into branch 'master'.

Update handbook.

M  +30   -4doc/index.docbook

https://invent.kde.org/network/smb4k/-/commit/4b2e5161822b8b1cdf4647f4924c895fb7e9c96c

diff --git a/doc/index.docbook b/doc/index.docbook
index 8ef8f9a2..6fafc1f5 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -14,9 +14,9 @@
 ]>
 
 
+The  Handbook
 
 
-  The  Handbook
   
 
   Alexander
@@ -30,16 +30,20 @@
 
 
   
+
   
 2005-2024
 Alexander Reinholdt
   
+
   
   2024-04-03
4.0.0
+
   
  is an advanced network neighborhood browser and  
share mounting utility.
   
+
   
 KDE
 Smb4K
@@ -121,7 +125,7 @@
   
 
 
-The tool bar contains some of the main actions, like 
Configure  and 
Quit. It also dynamically loads the actions of the 
dock widget that currently has the focus. For additional information, please 
take a look at the sections discussing the network neighborhood browser and 
mounted shares view.
+The tool bar contains some of the main actions, like 
Configure  and 
Quit. It also dynamically loads the actions of the 
dock widget that currently has the focus. For additional information, please 
take a look at the sections discussing the network neighborhood browser and 
mounted shares view, respectively.
 The status bar provides some information about the current status of 
. If the application is processing a user request ( mounting a 
share), a descriptive message is displayed in the leftmost section and a 
progress bar is shown with a busy indicator. The two icons on the right side 
indicate whether shares are mounted (network folder icon) and the status of the 
authentication system (wallet or key icon).
 If the dock widgets are arranged as tabs, the user gets additional 
visual feedback. Each time a share is mounted or unmounted, the 
Mounted Shares tab is highlighted for a few seconds.
 The main window is highly configurable. You can hide or show all 
tabbed widgets via SettingsDock 
Widgets. They can also be dragged around with the 
mouse and docked to different areas in the main window. You can even detach 
them from the main window. The status bar and the tool bars can be hidden or 
shown by toggling the menu entry 
SettingsShow 
Statusbar and the ones under 
SettingsToolbars 
Shown, respectively.
@@ -1506,8 +1510,30 @@ ntlm auth = yes
 
   Other Desktop Environments Than 
 
-  When using a different desktop environment than ,  and 
 applications might be missing some icons. In that case, you 
might want to install the application qt5ct (the 
source code can be obtained https://sourceforge.net/projects/qt5ct/;>here). To use 
qt5ct with your desktop environment, add the 
following line to your ~/.xinitrc or 
~/.profile file:
-export QT_QPA_PLATFORMTHEME=qt5ct
+  When using a different desktop environment than ,  and 
 applications might be missing some icons. In that case, you 
might want to install one of these applications:
+  
+
+  qt5ct (https://sourceforge.net/projects/qt5ct/;>download) for  5 and 
 5: To use qt5ct with 
your desktop environment, add the following to your 
~/.xinitrc or ~/.profile file.
+  X11:
+
+export QT_QPA_PLATFORMTHEME=qt5ct
+
+  Wayland:
+
+export QT_QPA_PLATFORM=wayland
+export QT_QPA_PLATFORMTHEME=qt5ct
+
+  
+qt6ct 
(https://github.com/trialuser02/qt6ct;>download) for  6 
and  6: To use qt6ct with 
your desktop environment, add the following to your 
~/.xinitrc or ~/.profile file.
+X11:
+
+export QT_QPA_PLATFORMTHEME=qt6ct
+Wayland:
+
+export QT_QPA_PLATFORM=wayland
+export QT_QPA_PLATFORMTHEME=qt6ct
+
+  
 
   
 



[pim/kontact] doc/kontact: man page: refer to Qt6 & KF6 version of commandline options

2024-04-03 Thread Laurent Montel
Git commit 0a0f38c9b6863bf868bbeacf2a5b7382ccd6521f by Laurent Montel.
Committed on 04/04/2024 at 04:55.
Pushed by mlaurent into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options

M  +1-1doc/kontact/index.docbook

https://invent.kde.org/pim/kontact/-/commit/0a0f38c9b6863bf868bbeacf2a5b7382ccd6521f

diff --git a/doc/kontact/index.docbook b/doc/kontact/index.docbook
index 260daf467..fa331ac7a 100644
--- a/doc/kontact/index.docbook
+++ b/doc/kontact/index.docbook
@@ -788,7 +788,7 @@ the calendar and the contact list in one place.
 that can be used for certain actions.
 
 First of all,  supports command line arguments
-that all / applications support, see the man pages 
qt5options and kf5options.
+that all / applications support, see the man pages 
qt6options and kf6options.
 
 
  also supports several command line arguments


[pim/kalarm] doc: man page: refer to Qt6 & KF6 version of commandline options

2024-04-03 Thread Laurent Montel
Git commit c4d56944e2e6945f47d6556370ccae933ef1217d by Laurent Montel.
Committed on 04/04/2024 at 04:54.
Pushed by mlaurent into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options

M  +2-2doc/index.docbook

https://invent.kde.org/pim/kalarm/-/commit/c4d56944e2e6945f47d6556370ccae933ef1217d

diff --git a/doc/index.docbook b/doc/index.docbook
index 840c530d..4d038364 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -3591,8 +3591,8 @@ including displaying the
 
 See also:
 
-kf5options(7)
-qt5options(7)
+kf6options(7)
+qt6options(7)
 
 
 


[utilities/kbackup] doc/en: man page: refer to Qt6 & KF6 version of commandline options

2024-04-03 Thread Friedrich W . H . Kossebau
Git commit 2b633e89aaf2ac0c28158ffc1e1b60c083b977d4 by Friedrich W. H. Kossebau.
Committed on 04/04/2024 at 01:21.
Pushed by kossebau into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options

M  +2-2doc/en/man-kbackup.1.docbook

https://invent.kde.org/utilities/kbackup/-/commit/2b633e89aaf2ac0c28158ffc1e1b60c083b977d4

diff --git a/doc/en/man-kbackup.1.docbook b/doc/en/man-kbackup.1.docbook
index 69ac519..326e2cb 100644
--- a/doc/en/man-kbackup.1.docbook
+++ b/doc/en/man-kbackup.1.docbook
@@ -196,8 +196,8 @@ url="help:/ --commandname-- ">help:/kbackup
 khelpcenter
 man:/kbackup).
 
-kf5options(7) 
-qt5options(7) 
+kf6options(7) 
+qt6options(7) 
 
 There is also further information available at https://apps.kde.org/kbackup;>https://apps.kde.org/kbackup  

 


[graphics/spectacle] doc: man page: refer to Qt6 & KF6 version of commandline options

2024-04-03 Thread Friedrich W . H . Kossebau
Git commit 85df81287034f6062c9211d39df82ed379328e88 by Friedrich W. H. Kossebau.
Committed on 04/04/2024 at 01:16.
Pushed by kossebau into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options

M  +2-2doc/man-spectacle.1.docbook

https://invent.kde.org/graphics/spectacle/-/commit/85df81287034f6062c9211d39df82ed379328e88

diff --git a/doc/man-spectacle.1.docbook b/doc/man-spectacle.1.docbook
index 519f3b31..b8e41cf8 100644
--- a/doc/man-spectacle.1.docbook
+++ b/doc/man-spectacle.1.docbook
@@ -215,8 +215,8 @@ url="help:/spectacle">help:/spectacle
 (either enter this URL into , or run
 khelpcenter
 help:/spectacle).
-kf5options(7)
-qt5options(7)
+kf6options(7)
+qt6options(7)
 There is also further information available at
 https://apps.kde.org/spectacle;>https://apps.kde.org/spectacle
 


[graphics/okular] doc: man page: refer to Qt6 & KF6 version of commandline options

2024-04-03 Thread Friedrich W . H . Kossebau
Git commit 307a5401ddf59ad747082d87e80627b49af6cf8e by Friedrich W. H. Kossebau.
Committed on 04/04/2024 at 01:13.
Pushed by kossebau into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options

M  +2-2doc/man-okular.1.docbook

https://invent.kde.org/graphics/okular/-/commit/307a5401ddf59ad747082d87e80627b49af6cf8e

diff --git a/doc/man-okular.1.docbook b/doc/man-okular.1.docbook
index 2548efce5a..e1adb997d0 100644
--- a/doc/man-okular.1.docbook
+++ b/doc/man-okular.1.docbook
@@ -124,8 +124,8 @@ url="help:/okular">help:/okular
 (either enter this URL into , or run
 khelpcenter
 help:/okular).
-kf5options(7)
-qt5options(7)
+kf6options(7)
+qt6options(7)
 There is also further information available at
 https://okular.kde.org/;>https://okular.kde.org/
 


[utilities/ark] doc: man page: refer to Qt6 & KF6 version of commandline options

2024-04-03 Thread Friedrich W . H . Kossebau
Git commit f950964b21e41cd7fd832407aade82162d730897 by Friedrich W. H. Kossebau.
Committed on 04/04/2024 at 01:02.
Pushed by kossebau into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options

M  +2-2doc/man-ark.1.docbook

https://invent.kde.org/utilities/ark/-/commit/f950964b21e41cd7fd832407aade82162d730897

diff --git a/doc/man-ark.1.docbook b/doc/man-ark.1.docbook
index eb1318589..c52c27ce3 100644
--- a/doc/man-ark.1.docbook
+++ b/doc/man-ark.1.docbook
@@ -189,8 +189,8 @@ url="help:/ark">help:/ark
 (either enter this  into , or run
 khelpcenter
 help:/ark).
-kf5options(7)
-qt5options(7)
+kf6options(7)
+qt6options(7)
 
 
 


[utilities/kate] doc/kate: man page: refer to Qt6 & KF6 version of commandline options now

2024-04-03 Thread Friedrich W . H . Kossebau
Git commit 499aed0a16a03818235642ec68dafeb6810fadec by Friedrich W. H. Kossebau.
Committed on 03/04/2024 at 20:35.
Pushed by kossebau into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options now

M  +2-2doc/kate/man-kate.1.docbook

https://invent.kde.org/utilities/kate/-/commit/499aed0a16a03818235642ec68dafeb6810fadec

diff --git a/doc/kate/man-kate.1.docbook b/doc/kate/man-kate.1.docbook
index b66d77dbf6..2f43d67a9b 100644
--- a/doc/kate/man-kate.1.docbook
+++ b/doc/kate/man-kate.1.docbook
@@ -138,8 +138,8 @@ url="help:/kate">help:/kate
 (either enter this  into , or run
 khelpcenter
 help:/kate).
-kf5options(7)
-qt5options(7)
+kf6options(7)
+qt6options(7)
 There is also further information available at the https://kate-editor.org/;> website.
 


[multimedia/dragon] doc: man page: refer to Qt6 & KF6 version of commandline options

2024-04-03 Thread Friedrich W . H . Kossebau
Git commit 4bdebb5a0cfd939865d495ce7163b7c2843dc3b4 by Friedrich W. H. Kossebau.
Committed on 03/04/2024 at 21:25.
Pushed by kossebau into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options

M  +2-2doc/man-dragon.1.docbook

https://invent.kde.org/multimedia/dragon/-/commit/4bdebb5a0cfd939865d495ce7163b7c2843dc3b4

diff --git a/doc/man-dragon.1.docbook b/doc/man-dragon.1.docbook
index 93d9831b..e1d043f8 100644
--- a/doc/man-dragon.1.docbook
+++ b/doc/man-dragon.1.docbook
@@ -57,8 +57,8 @@ url="help:/dragonplayer">help:/dragonplayer
 (either enter this URL into , or run
 khelpcenter
 help:/dragonplayer).
-kf5options(7)
-qt5options(7)
+kf6options(7)
+qt6options(7)
 
 
 


[accessibility/kmousetool] doc: man page: refer to Qt6 & KF6 version of commandline options

2024-04-03 Thread Friedrich W . H . Kossebau
Git commit 87edf0e1537419198406b86417aa1cdd411608e8 by Friedrich W. H. Kossebau.
Committed on 03/04/2024 at 21:19.
Pushed by kossebau into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options

M  +2-2doc/man-kmousetool.1.docbook

https://invent.kde.org/accessibility/kmousetool/-/commit/87edf0e1537419198406b86417aa1cdd411608e8

diff --git a/doc/man-kmousetool.1.docbook b/doc/man-kmousetool.1.docbook
index 92a6a7c..6c6f1c1 100644
--- a/doc/man-kmousetool.1.docbook
+++ b/doc/man-kmousetool.1.docbook
@@ -50,8 +50,8 @@ url="help:/kmousetool">help:/kmousetool
 (either enter this  into , or run
 khelpcenter
 help:/kmousetool).
-kf5options(7)
-qt5options(7)
+kf6options(7)
+qt6options(7)
 There is also further information available at https://community.kde.org/Accessibility;>the  accessibility 
site.
 
 


[accessibility/kmag] doc: man page: refer to Qt6 & KF6 version of commandline options

2024-04-03 Thread Friedrich W . H . Kossebau
Git commit 1399df21d42348c9e6870e03c7b29cd41f99fdf4 by Friedrich W. H. Kossebau.
Committed on 03/04/2024 at 21:09.
Pushed by kossebau into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options

M  +2-2doc/man-kmag.1.docbook

https://invent.kde.org/accessibility/kmag/-/commit/1399df21d42348c9e6870e03c7b29cd41f99fdf4

diff --git a/doc/man-kmag.1.docbook b/doc/man-kmag.1.docbook
index db7ad67..207e079 100644
--- a/doc/man-kmag.1.docbook
+++ b/doc/man-kmag.1.docbook
@@ -50,8 +50,8 @@ url="help:/kmag">help:/kmag
 (either enter this  into , or run
 khelpcenter
 help:/kmag).
-kf5options(7)
-qt5options(7)
+kf6options(7)
+qt6options(7)
 There is also further information available at https://accessibility.kde.org/;>the  accessibility project home 
page.
 
 


[utilities/keditbookmarks] doc: man page: refer to Qt6 & KF6 version of commandline options now

2024-04-03 Thread Friedrich W . H . Kossebau
Git commit 18571ec10ae0275e4bc8abfa631bf8356393c073 by Friedrich W. H. Kossebau.
Committed on 03/04/2024 at 18:51.
Pushed by kossebau into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options now

M  +2-1doc/man-kbookmarkmerger.1.docbook

https://invent.kde.org/utilities/keditbookmarks/-/commit/18571ec10ae0275e4bc8abfa631bf8356393c073

diff --git a/doc/man-kbookmarkmerger.1.docbook 
b/doc/man-kbookmarkmerger.1.docbook
index 404bfabff6..d885ec6a8b 100644
--- a/doc/man-kbookmarkmerger.1.docbook
+++ b/doc/man-kbookmarkmerger.1.docbook
@@ -73,7 +73,8 @@ files.
 See Also
 
  
manual
-kf5options(7)
+kf6options(7)
+qt6options(7)
 
 
 


[utilities/kfind] doc: man page: refer to Qt6 & KF6 version of commandline options now

2024-04-03 Thread Friedrich W . H . Kossebau
Git commit a9de10a34ebfd1c7ecb6f8481306f25091f49271 by Friedrich W. H. Kossebau.
Committed on 03/04/2024 at 18:31.
Pushed by kossebau into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options now

M  +2-2doc/man-kfind.1.docbook

https://invent.kde.org/utilities/kfind/-/commit/a9de10a34ebfd1c7ecb6f8481306f25091f49271

diff --git a/doc/man-kfind.1.docbook b/doc/man-kfind.1.docbook
index b91786458..ae3d4e30d 100644
--- a/doc/man-kfind.1.docbook
+++ b/doc/man-kfind.1.docbook
@@ -63,8 +63,8 @@ url="help:/kfind">help:/kfind
 (either enter this URL into , or run
 khelpcenter
 help:/kfind).
-kf5options(7)
-qt5options(7)
+kf6options(7)
+qt6options(7)
 
 
 


[games/atlantik] doc: man page: refer to Qt6 & KF6 version of commandline options now

2024-04-03 Thread Friedrich W . H . Kossebau
Git commit d149c53a67681098e80458c0a423be8660982e6c by Friedrich W. H. Kossebau.
Committed on 03/04/2024 at 14:18.
Pushed by kossebau into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options now

M  +2-2doc/man-atlantik.6.docbook

https://invent.kde.org/games/atlantik/-/commit/d149c53a67681098e80458c0a423be8660982e6c

diff --git a/doc/man-atlantik.6.docbook b/doc/man-atlantik.6.docbook
index 12310ed..f623a12 100644
--- a/doc/man-atlantik.6.docbook
+++ b/doc/man-atlantik.6.docbook
@@ -89,8 +89,8 @@ board game known as .
 url="help:/atlantik">help:/atlantik (either enter this
 , or run khelpcenter
 help:/atlantik).
-kf5options(7)
-qt5options(7)
+kf6options(7)
+qt6options(7)
 
 
 


[games/kpat] doc: man page: refer to Qt6 & KF6 version of commandline options now

2024-04-03 Thread Friedrich W . H . Kossebau
Git commit c4ff0145765ccf4db5e06111e0c42ec05b5cf0ac by Friedrich W. H. Kossebau.
Committed on 03/04/2024 at 11:56.
Pushed by yurchor into branch 'master'.

man page: refer to Qt6 & KF6 version of commandline options now

M  +2-2doc/man-kpat.6.docbook

https://invent.kde.org/games/kpat/-/commit/c4ff0145765ccf4db5e06111e0c42ec05b5cf0ac

diff --git a/doc/man-kpat.6.docbook b/doc/man-kpat.6.docbook
index 5a9b3727..d91b850d 100644
--- a/doc/man-kpat.6.docbook
+++ b/doc/man-kpat.6.docbook
@@ -148,8 +148,8 @@ url="help:/kpat">help:/kpat
 (either enter this  into , or run
 khelpcenter
 help:/kpat).
-kf5options(7)
-qt5options(7)
+kf6options(7)
+qt6options(7)
 
 
 


[khelpcenter] [Bug 484977] The KHelpcenter takes focus and it is impossible to close

2024-04-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484977

--- Comment #3 from control...@gmail.com ---
(In reply to Luigi Toscano from comment #2)
> Does 
> kioclient cat info:/echo
> 
> work?

After running this command in Konsole:


Doing redirection


  
  



Redirecting  
If you are not automatically taken to a new page, click here to continue.



-- 
You are receiving this mail because:
You are the assignee for the bug.

[khelpcenter] [Bug 484977] The KHelpcenter takes focus and it is impossible to close

2024-04-03 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=484977

Luigi Toscano  changed:

   What|Removed |Added

 CC||luigi.tosc...@tiscali.it

--- Comment #2 from Luigi Toscano  ---
Does 
kioclient cat info:/echo

work?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[khelpcenter] [Bug 484977] The KHelpcenter takes focus and it is impossible to close

2024-04-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484977

--- Comment #1 from control...@gmail.com ---
 Crash dmp file is too big 6.7Mb

-- 
You are receiving this mail because:
You are the assignee for the bug.

[khelpcenter] [Bug 484977] New: The KHelpcenter takes focus and it is impossible to close

2024-04-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484977

Bug ID: 484977
   Summary: The KHelpcenter takes focus and it is impossible to
close
Classification: Applications
   Product: khelpcenter
   Version: 6.0.24021
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kde-doc-english@kde.org
  Reporter: control...@gmail.com
  Target Milestone: ---

SUMMARY
The KHelpcenter takes focus and it is impossible to close

STEPS TO REPRODUCE
1. When you try to open the TEXINFO section (namely INFO section), the
KHelpcenter takes focus and it is impossible to close or even minimize it from
the graphical shell. Killing a process is only possible from the console.
2. This happens both from the GUI and when launched from the Konsole
(khelpcenter info:/echo).

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.3
Kernel Version: 6.8.2-zen2-1-zen (64-bit)
Graphics Platform: X11
Processors: 12 × 12th Gen Intel® Core™ i7-1255U
Memory: 31.1 ГиБ of RAM
Graphics Processor: Mesa Intel® Graphics

ADDITIONAL INFORMATION
>From crashlog:
   PID: 1586 (khelpcenter)
   UID: 1000 (ussr)
   GID: 984 (users)
Signal: 11 (SEGV)
 Timestamp: Wed 2024-04-03 19:27:55 +07 (36min ago)
  Command Line: /usr/bin/khelpcenter
Executable: /usr/bin/khelpcenter
 Control Group:
/user.slice/user-1000.slice/user@1000.service/app.slice/app-org.kde.khelpcenter-db996840f43444fca7529c4f4f4d6086.scope
  Unit: user@1000.service
 User Unit: app-org.kde.khelpcenter-db996840f43444fca7529c4f4f4d6086.scope
 Slice: user-1000.slice
 Owner UID: 1000 (ussr)
   Boot ID: 90fe9d9dd6e346c5a6d9a6de6e807168
Machine ID: bd024c881a1f4958a55e8145fab6de4c
  Hostname: FIRE
   Storage:
/var/lib/systemd/coredump/core.khelpcenter.1000.90fe9d9dd6e346c5a6d9a6de6e807168.1586.171214727500.zst
(present)
  Size on Disk: 6.6M
   Message: Process 1586 (khelpcenter) of user 1000 dumped core.

Stack trace of thread 1586:
#0  0x7538381429db _ZNK11QMetaObject4castEPK7QObject
(libQt6Core.so.6 + 0x1429db)
#1  0x75383943d24c _ZNK11QTreeWidget11currentItemEv
(libQt6Widgets.so.6 + 0x43d24c)
#2  0x58ed62b1fec9 n/a (khelpcenter + 0x21ec9)
#3  0x58ed62b3eafc n/a (khelpcenter + 0x40afc)
#4  0x58ed62b3f60c n/a (khelpcenter + 0x4160c)
#5  0x753838191599 n/a (libQt6Core.so.6 + 0x191599)
#6  0x753843bd64dc
_ZN12KDBusService17activateRequestedERK5QListI7QStringERKS1_
(libKF6DBusAddons.so.6 + 0xb4dc)
#7  0x753843bdfab3 n/a (libKF6DBusAddons.so.6 + 0x14ab3)
#8  0x753843be1d0f n/a (libKF6DBusAddons.so.6 + 0x16d0f)
#9  0x753839b330ce n/a (libQt6DBus.so.6 + 0x390ce)
#10 0x753839b46cd7 n/a (libQt6DBus.so.6 + 0x4ccd7)
#11 0x753839b3b046 n/a (libQt6DBus.so.6 + 0x41046)
#12 0x753839b3b992 n/a (libQt6DBus.so.6 + 0x41992)
#13 0x75383817cbb7 _ZN7QObject5eventEP6QEvent
(libQt6Core.so.6 + 0x17cbb7)
#14 0x7538390f437b
_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt6Widgets.so.6 +
0xf437b)
#15 0x75383813a198
_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt6Core.so.6 +
0x13a198)
#16 0x75383813a51b
_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData
(libQt6Core.so.6 + 0x13a51b)
#17 0x753838375ba4 n/a (libQt6Core.so.6 + 0x375ba4)
#18 0x7538372cd199 n/a (libglib-2.0.so.0 + 0x5a199)
#19 0x75383732c3bf n/a (libglib-2.0.so.0 + 0xb93bf)
#20 0x7538372cc712 g_main_context_iteration
(libglib-2.0.so.0 + 0x59712)
#21 0x753838373cd4
_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE
(libQt6Core.so.6 + 0x373cd4)
#22 0x7538381446ee
_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 +
0x1446ee)
#23 0x75383813cc38 _ZN16QCoreApplication4execEv
(libQt6Core.so.6 + 0x13cc38)
#24 0x58ed62b18f59 n/a (khelpcenter + 0x1af59)
#25 0x753838e43cd0 n/a (libc.so.6 + 0x25cd0)
#26 0x753838e43d8a __libc_start_main (libc.so.6 + 0x25d8a)
#27 0x58ed62b190b5 n/a (khelpcenter + 0x1b0b5)

Stack trace of thread 1588:
#0  0x753838f190bf __poll (libc.so.6 + 0xfb0bf)
#1  0x75383732c306 n/a (libglib-2.0.so.0 + 0xb9306)
#2  0x7538372cc712 g_main_context_iteration
(libglib-2.0.so.0 +