Bug 514428 - TaskManager::PlasmaWindow::state::state_exclude_from_capture is Missing
Summary: TaskManager::PlasmaWindow::state::state_exclude_from_capture is Missing
Status: RESOLVED FIXED
Alias: None
Product: kde
Classification: I don't know
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-01-10 23:04 UTC by im fine
Modified: 2026-01-11 05:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description im fine 2026-01-10 23:04:53 UTC
STEPS TO REPRODUCE
1. git clone plasma-workspace
2. run cmake --build build/

OBSERVED RESULT
~/plasma-workspace/libtaskmanager/waylandtasksmodel.cpp:265:27: error: ‘state_exclude_from_capture’ is not a member of ‘TaskManager::PlasmaWindow::state’ {aka ‘QtWayland::org_kde_plasma_window_management::state’}
  265 |         if (diff & state::state_exclude_from_capture) {

EXPECTED RESULT
no compilier errors

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 6.18.4-arch1-1
KDE Plasma Version:  6.5.4
KDE Frameworks Version:  6.21.0
Qt Version: 6.11.0

ADDITIONAL INFORMATION