Bug 403071 - The KWin scripting API provides no way to maximize or unmaximize a window
Summary: The KWin scripting API provides no way to maximize or unmaximize a window
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: scripting (show other bugs)
Version: 5.14.5
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-10 13:43 UTC by Parker Coates
Modified: 2019-03-26 08:43 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Parker Coates 2019-01-10 13:43:38 UTC
According to d_ed, the relevant function just hasn't been made invokable and exposed to the Javascript API.
Comment 1 David Strobach 2019-03-25 15:56:41 UTC
A patch is being reviewed:
https://phabricator.kde.org/D20044
Comment 2 David Strobach 2019-03-26 08:43:54 UTC
Closed by https://phabricator.kde.org/R108:1d4a9d24f86799b45994c545b054e205f371869f
Scripting interface now exposes Client.setMaximize(v, h) method.