Bug 468905

Summary: [Gnome] Window shadows are not drawn
Product: [Applications] audiotube Reporter: kdwkleung
Component: generalAssignee: Jonah BrĂ¼chert <jbb>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: NOR    
Version First Reported In: 23.04.0   
Target Milestone: ---   
Platform: Flatpak   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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!