Bug 468905 - [Gnome] Window shadows are not drawn
Summary: [Gnome] Window shadows are not drawn
Status: RESOLVED UPSTREAM
Alias: None
Product: audiotube
Classification: Applications
Component: general (other bugs)
Version First Reported In: 23.04.0
Platform: Flatpak Linux
: NOR normal
Target Milestone: ---
Assignee: Jonah Brüchert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-24 14:22 UTC by kdwkleung
Modified: 2023-04-25 07:58 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 kdwkleung 2023-04-24 14:22:42 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Install AudioTube
2. Run

OBSERVED RESULT
No window shadows

EXPECTED RESULT
There are window shadows matching other apps

SOFTWARE/OS VERSIONS
Windows: /
macOS: /
Linux/KDE Plasma: Fedora Silverblue 38, Gnome/ Wayland
(available in About System)
KDE Plasma Version: /
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9

ADDITIONAL INFORMATION
I'm not sure if this is an app bug or upstream, since some Qt apps have shadows and some don't. If this should be reported upstream please kindly point me to it. Thanks!
Comment 1 Jonah Brüchert 2023-04-24 18:20:15 UTC
Since GNOME doesn't implement client side decorations, so each app needs to draw this on its own. In the case of AudioTube that is done by QGnomePlatform. Please report it to them if you want to have it fixed.
Comment 2 kdwkleung 2023-04-25 07:58:49 UTC
https://github.com/FedoraQt/QGnomePlatform/issues/15

Looks like shadows will come in Qt 6!