[plasmashell] [Bug 449163] Plasma panel visually freezes after some time under Wayland
https://bugs.kde.org/show_bug.cgi?id=449163 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 397825] [Wayland] Message viewer displays only a black rectangle
https://bugs.kde.org/show_bug.cgi?id=397825 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 438345] Contents load as Blank Page in Wayland - Kmail and Akregator
https://bugs.kde.org/show_bug.cgi?id=438345 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 456951] Global shortcut for arbitrary terminal command should be possible without creating a script file on disk
https://bugs.kde.org/show_bug.cgi?id=456951 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 455444] Custom Shortcuts are gone in 5.25 on Wayland
https://bugs.kde.org/show_bug.cgi?id=455444 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 448839] [NVIDIA Wayland] Screen recording and task manager's window thumbnails are black
https://bugs.kde.org/show_bug.cgi?id=448839 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 448944] xdg-desktop-portal only shows a black screen when trying to screenshare a whole screen in Wayland with Pipewire (NVIDIA GBM)
https://bugs.kde.org/show_bug.cgi?id=448944 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 436246] Mouse selection clipboard (PRIMARY) works on Wayland, but klipper wont capture it
https://bugs.kde.org/show_bug.cgi?id=436246 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 417939] Context menu disappears when tooltip disappears
https://bugs.kde.org/show_bug.cgi?id=417939 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 422426] Implement Wayland Primary Selection Protocol bridge with XWayland
https://bugs.kde.org/show_bug.cgi?id=422426 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow
https://bugs.kde.org/show_bug.cgi?id=381000 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kwayland] [Bug 373907] Implement Wayland Primary Selection Protocol (middle-click paste)
https://bugs.kde.org/show_bug.cgi?id=373907 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[frameworks-baloo] [Bug 364475] baloo_file_extractor crashes whenever the index exceeds 5G in size
https://bugs.kde.org/show_bug.cgi?id=364475 --- Comment #5 from Hao Zhang --- Created attachment 99637 --> https://bugs.kde.org/attachment.cgi?id=99637&action=edit Patch to fix this bug This bug is fixed with the attached patch. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-baloo] [Bug 364475] baloo_file_extractor crashes whenever the index exceeds 5G in size
https://bugs.kde.org/show_bug.cgi?id=364475 --- Comment #4 from Hao Zhang --- The relevant code is in line 97 of the file src/engine/database.cpp mdb_env_set_mapsize(m_env, static_cast(1024) * 1024 * 1024 * 5); // 5 gb The size of the database is HARDCODED to be 5gb!! Is there any specific reason this size cannot be larger? 5gb is far from enough if there are lots of files to index. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-baloo] [Bug 362333] baloo_file Closed Unexpectedly a short while after starting KDE
https://bugs.kde.org/show_bug.cgi?id=362333 Hao Zhang changed: What|Removed |Added CC||theivoryto...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[frameworks-baloo] [Bug 364475] baloo_file_extractor crashes whenever the index exceeds 5G in size
https://bugs.kde.org/show_bug.cgi?id=364475 --- Comment #3 from Hao Zhang --- When I compiled baloo in debug mode, I got the following error before baloo_file_extractor crashes: ASSERT failure in PositionDB::put: "MDB_MAP_FULL: Environment mapsize limit reached", file /home/hao/build/baloo/src/baloo-5.23.0/src/engine/positiondb.cpp, line 80 -- You are receiving this mail because: You are watching all bug changes.