Bug 419416 - Some GTK apps don't have 'Move to Desktop' when right-clicked
Summary: Some GTK apps don't have 'Move to Desktop' when right-clicked
Status: RESOLVED UPSTREAM
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-30 13:40 UTC by David
Modified: 2020-04-15 00:37 UTC (History)
1 user (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 David 2020-03-30 13:40:15 UTC
SUMMARY
Some GTK apps, when right-clicked on the title bar, don't offer the option to move to a different virtual desktop.

STEPS TO REPRODUCE
1. Setup several virtual desktops.
2. Launch Peek (https://github.com/phw/peek).
3. Right-click peek's title bar.

OBSERVED RESULT
There's no option to move to a different desktop.

EXPECTED RESULT
Should have an option to move to a different desktop.

(Using KDE plasma 5.17.5, in debian testing)
Comment 1 Nate Graham 2020-04-15 00:37:54 UTC
Peek is a GTK3 app that uses client-side decorations; it draws its own titlebar rather than letting KWin draw it. As a result, you don't see the context menu, since it's provided by KWin. No KWin-drawn titlebar means no KWin-provided context menu. I'm afraid this is simply one of the drawbacks of apps that use client-side decorations.