Summary: | Logical UI problem hinders start up | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Hohyeis <hohyeis> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | esprit.tordu |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 2.6 | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/amarok/84c05d37ac5be1c836948ca5e41a0f824969544e | Version Fixed In: | 2.7 |
Sentry Crash Report: |
Description
Hohyeis
2012-05-08 15:13:53 UTC
This is a bug in Kwin, not in Amarok. *** This bug has been marked as a duplicate of bug 252047 *** @Myriam "unlikely" Hiding splashs on clicks is NO STANDARD but just implemented in some very few WMs (actually kwin is more or less the only common one just tried and it does work for me with kwin) where compiz is NONE of them. Both compiz and kwin handle stacking fine here, but however this is NOT DETERMINISTIC because the the splash and the dialog are transient for the very same window and the splash is marked keep above. -> the entire setup really begs for this bug and it's actually the different degrees of WMs grace which prevents those issues (There's no specific splash layer defined, kwin ignores the keep above flag and points them to the normal layer - the code is very old and commented "no damn annoying splashscreens" ...) The user is (probably) using openbox which will stick to the keep above flag of the splash screen and keep it above the non keep above dialog, does not hide the splash on click and (different from compiz but like kwin) allows at least for alt + lmb moving Thomas, you seem to miss the point, as this is happening on KDE as well, see the bug I referred to. Kwin is not running. I'm using XFCE. Git commit 84c05d37ac5be1c836948ca5e41a0f824969544e by Edward Hades. Committed on 14/08/2012 at 21:49. Pushed by hades into branch 'master'. Detect Amazon country automatically. This uses KDE locale settings and avoids "choose your country" popup at first startup. Related: bug 301242, bug 303272 M +19 -10 src/services/amazon/AmazonStore.cpp M +8 -0 src/services/amazon/AmazonStore.h http://commits.kde.org/amarok/84c05d37ac5be1c836948ca5e41a0f824969544e This bug affected me today. I am running xfce and amarok 2.5. The store config popped up behind a splashscreen and it was not obvious that there was a prompt anywhere. Just a sliver of the store config prompt was showing from behind the splashscreen. This would probably stop a beginning linux user in their tracks and they would adopt another media player. Alt+tabbing does not allow you to get the store service config to gain prominence over the splashscreen either. |