Re: Wayland plasma window management interface availability

Aleix Pol <[email protected]> Thu, 11 Jan 2024 20:07:03 +0100
Newsgroups gmane.comp.kde.devel.kwin
Message-ID <CACcA1RqDDygih4Ks7ybPD4+=4ret1_JXOsr+eKAm7+a6RjV39Q@mail.gmail.com>
Hi Viet,
You need to request the interface on the desktop file:
https://invent.kde.org/plasma/plasma-workspace/-/blob/master/shell/org.kde.=
plasmashell.desktop.cmake?ref_type=3Dheads#L74

Aleix

On Thu, Jan 11, 2024 at 5:25=E2=80=AFPM Viet Dang <[email protected]> wrote:
>
> Hi,
>
> I'm looking to port my dock (https://github.com/dangvd/crystal-dock) to W=
ayland and have some question on relevant Wayland interfaces:
>
> On the latest KDE5, when I tried listing available Wayland interfaces, I =
couldn't see the window management interface (org_kde_plasma_window_managem=
ent) -- I did see the layer shell and virtual desktop ones though.
>
> Does it mean that this interface is not available for third party program=
s?
>
> If this is the case, is there any plan for KDE Plasma 6 to either make th=
is interface available, or expose these functionalities in KWindowSystem (l=
ike the case with X11)?
>
> Thanks a lot,
> Viet
>