Summary: | [WINDOWS] Panes are all messed up and cannot be re-attached to Amarok-Window | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | fabian_euhus |
Component: | Context View | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | codeinkyle, Heinrich20, kuehnel.b.kdebugs, mscho527, sdelfranco, simon.esneault, vonreth |
Priority: | NOR | ||
Version: | 2.6.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | http://commits.kde.org/amarok/0eabe453e164ab59a5b06848da86895fdaaf8286 | Version Fixed In: | 2.8 |
Sentry Crash Report: |
Description
fabian_euhus
2012-05-28 12:17:17 UTC
*** Bug 304750 has been marked as a duplicate of this bug. *** not reproducible with amarok 2.6 Sorry, I tested with different environement with the provided environment of this bug. Not a problem in version 2.6 (In reply to comment #4) > Not a problem in version 2.6 Kyle, IIRC you are currently testing with the git version in Linux, so please, this is a bug about Windows, not about Linux. Also please read the instructions in the task about how to comment on bugs you check, namely specifying the exact git version (run 'git describe' in the source folder). To all other subscribers: it would be really helpful if somebody could test with the Windows version of Amarok 2.6 Ok. I've tested this in Windows 8 (with amarok 2.6) If you move the pane and drop the pane when a highlight is shown, the pane doesn't go messy. However, if you do that before the area is highlighted / or at the other region, the pane goes messy and becomes not recoverable. (In reply to comment #6) > Ok. I've tested this in Windows 8 (with amarok 2.6) > > If you move the pane and drop the pane when a highlight is shown, the pane > doesn't go messy. > However, if you do that before the area is highlighted / or at the other > region, the pane goes messy and becomes not recoverable. Thank you very much for testing! *** Bug 312625 has been marked as a duplicate of this bug. *** Restoring %APPDATA%\.kde\share\config\amarokrc from a backup fixed this for me. Specifically the following section seems to be responsible: "clean" layout: [MainWindow] State=AAAA/wAAAAD9AAAAAQAAAAAAAAeAAAADr/wBAAAAA/sAAAAkAE0AZQBkAGkAYQAgAFMAbwB1AHIAYwBlAHMAIABkAG8AYwBrAQAAAAAAAAJdAAAAjgEAAAX7AAAAGABDAG8AbgB0AGUAeAB0ACAAZABvAGMAawEAAAJgAAAB6gAAAFABAAAF+wAAABoAUABsAGEAeQBsAGkAcwB0ACAAZABvAGMAawEAAARNAAADMwAAATUBAAAFAAAAAAAAA68AAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAgAAABYATQBhAGkAbgBUAG8AbwBsAGIAYQByAAAAAAD/////AAAAAAAAAAAAAAAYAFMAbABpAG0AIABUAG8AbwBsAGIAYQByAQAAAAD/////AAAAAAAAAAA= "messed up" layout: [MainWindow] State=AAAA/wAAAAD9AAAAAQAAAAAAAAeAAAADr/wBAAAAA/sAAAAkAE0AZQBkAGkAYQAgAFMAbwB1AHIAYwBlAHMAIABkAG8AYwBrAQAAAAAAAAMuAAAAjgEAAAX7AAAAGABDAG8AbgB0AGUAeAB0ACAAZABvAGMAawMAAAJgAAAAPgAAAeoAAAOv+wAAABoAUABsAGEAeQBsAGkAcwB0ACAAZABvAGMAawEAAAMxAAAETwAAATUBAAAFAAAAAAAAA68AAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAgAAABYATQBhAGkAbgBUAG8AbwBsAGIAYQByAAAAAAD/////AAAAAAAAAAAAAAAYAFMAbABpAG0AIABUAG8AbwBsAGIAYQByAQAAAAD/////AAAAAAAAAAA= Using the german version 2.5.0 on Windows 7 (installed via KDE 4.8.0 for Windows), sometimes while starting Amarok the "messed up" context pane has window decorations with the title "&Kontext". However once Amarok becomes responsive (i.e. no longer "(not responding)"), these window decorations disappear and the pane can no longer be moved. On my machine, this is the case for the other two panes as well. They always stay at a fixed position relative to the screen and always in foreground w.r.t. the rest of the main Amarok window, but minimize along with it. Git commit 0eabe453e164ab59a5b06848da86895fdaaf8286 by Mark Kretschmann. Committed on 13/05/2013 at 10:35. Pushed by markey into branch 'master'. Added a function for resetting the GUI layout back to default state. FIXED-IN: 2.8 M +2 -0 ChangeLog M +61 -2 src/MainWindow.cpp M +3 -4 src/MainWindow.h http://commits.kde.org/amarok/0eabe453e164ab59a5b06848da86895fdaaf8286 |