Summary: | On X11, panels are hidden after minimizing Dolphin window | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | paninomaninodesu |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | a-borawski, aronkvh, aumartyom, b.mitsov, bero, cagankota, cezar.tigaret, codicem69, deko, dimin21590, dougshaw77, dubhuir, garirry, gilberto.nunes32, harshitdhampur16, ilabsentuser, kde-yyds, kezam, kfm-devel, linux, loganpalmer0822, lookatmytruckerhat, loudsquid, martonmiklosqdev, nate, nicolas.fella, niko.nickmann, oguilherme, phobosk, sannythebest95, smowtenshi, ttttolki, web, xenothestrange |
Priority: | VHI | Keywords: | qt6 |
Version: | 24.02.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/4dc9510a2a8ceb35503cc7e81c2024774491ce8a | Version Fixed In: | 24.02.1 |
Sentry Crash Report: | |||
Attachments: | short video showing the bug |
Description
paninomaninodesu
2024-02-28 19:24:37 UTC
*** Bug 481956 has been marked as a duplicate of this bug. *** Submitted on X11. Tested on Wayland and on Wayland it doesn't happen. *** Bug 481970 has been marked as a duplicate of this bug. *** I can't reproduce this, but since there are two other reports of the exact same thing, I'm going to mark it confirmed. Operating System: KDE neon Testing Edition KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.5.0-21-generic (64-bit) Graphics Platform: Wayland Graphics Processor: AMD Radeon Pro WX 3200 Series *** Bug 482004 has been marked as a duplicate of this bug. *** *** Bug 482044 has been marked as a duplicate of this bug. *** *** Bug 482106 has been marked as a duplicate of this bug. *** I can also reproduce this bug. Dolphin version 24.02.0 Operating System: KDE neon 6.0 KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.5.0-21-generic (64-bit) Graphics Platform: X11 Graphics Processor: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 *** Bug 482160 has been marked as a duplicate of this bug. *** I'm also experiencing this issue with Dolphin 24.02.0 and can reproduce it every time. Operating System: KDE neon 6.0 KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.5.0-21-generic (64-bit) Graphics Platform: X11 Processors: 8 × Intel® Core™ i7-6700K CPU @ 4.00GHz Graphics Processor: NVIDIA GeForce RTX 3060/PCIe/SSE2 It also always reproducible here: Operating System: KDE neon 6.0 KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.2.0-39-generic (64-bit) Graphics Platform: X11 Graphics Processor: NVIDIA RTX A2000 Laptop GPU/PCIe/SSE2 *** Bug 479645 has been marked as a duplicate of this bug. *** I confirm to having the same issue. Under KDE Neon 6.0.0, X11, NVIDIA card (if it helps). This bug was driving me crazy by how random it seemed, as I didn't realize it was caused by minimizing Dolphin. Now I can reproduce it every time. *** Bug 482579 has been marked as a duplicate of this bug. *** 8 duplicate reports iso far ndicate this is a high visibility bug. Please consider adding it to the 15 minute bug list :) *** Bug 482652 has been marked as a duplicate of this bug. *** The same. In the past i didn't know when does this happen, now i can reproduce it every time. Please fix it soon. Thanks🐔 Well... It's seems this issue is affect a lot of people. I am glad that I am not alone on this. Please, fix this issue. Thanks a lot. Also facing this issue on X11, does not happen in wayland. I'm also seeing this on Arch Linux having upgraded to Plasma 6 yesterday (X11). Reproducible consistently while minimising Dolphin. affecting at least the Places and Information panels. Yes it happened with me also , i have reported it on r/kde https://www.reddit.com/r/kde/comments/1b9nqsy/dolphin_breaks_and_cursor_start_to_misbehave_in/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button Yes it happened with me also , i have reported it on r/kde https://www.reddit.com/r/kde/comments/1b9nqsy/dolphin_breaks_and_cursor_start_to_misbehave_in/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button This seems to be caused by https://bugreports.qt.io/browse/QTBUG-48161 A issue back in June 2023! Still there and was release like that! No fix at all! A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/728 Git commit 95551f44922670be5c4d670833c2d4e398657495 by Méven Car, on behalf of Nicolas Fella. Committed on 08/03/2024 at 18:29. Pushed by meven into branch 'master'. Remove unneeded code for toggeling dockwidget visibility QDockWidget::toggleViewAction::toggled is emitted when minimizing the application window on X11 (https://bugreports.qt.io/browse/QTBUG-48161 potentially related). This will cause the dockwidget to be hidden when minimizing the window. We don't actually seem to need that connection, triggering the action (via shortcut or menu) seems to correctly show/hide the dockwidget without it M +0 -2 src/dolphinmainwindow.cpp https://invent.kde.org/system/dolphin/-/commit/95551f44922670be5c4d670833c2d4e398657495 Git commit 4dc9510a2a8ceb35503cc7e81c2024774491ce8a by Méven Car, on behalf of Nicolas Fella. Committed on 08/03/2024 at 18:32. Pushed by meven into branch 'release/24.02'. Remove unneeded code for toggeling dockwidget visibility QDockWidget::toggleViewAction::toggled is emitted when minimizing the application window on X11 (https://bugreports.qt.io/browse/QTBUG-48161 potentially related). This will cause the dockwidget to be hidden when minimizing the window. We don't actually seem to need that connection, triggering the action (via shortcut or menu) seems to correctly show/hide the dockwidget without it (cherry picked from commit 95551f44922670be5c4d670833c2d4e398657495) M +0 -2 src/dolphinmainwindow.cpp https://invent.kde.org/system/dolphin/-/commit/4dc9510a2a8ceb35503cc7e81c2024774491ce8a Can confirm that I have this bug too. Running X11 as well. Please don't reopen bugreports if you are not actually running the version it is fixed in. See https://community.kde.org/Get_Involved/Issue_Reporting#Understand_what_the_resolution_statuses_mean (In reply to Nicolas Fella from comment #29) > Please don't reopen bugreports if you are not actually running the version > it is fixed in. > > See > https://community.kde.org/Get_Involved/ > Issue_Reporting#Understand_what_the_resolution_statuses_mean Sorry, I'm new to this site and don't know how everything works. Thanks for the useful info! *** Bug 482919 has been marked as a duplicate of this bug. *** Just made the update tonight and everything is fine. Thanks I did the update but the problem is still here: Operating System: KDE neon 6.0 KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.5.0-25-generic (64-bit) Graphics Platform: X11 Processors: 16 × AMD Ryzen 7 5700G with Radeon Graphics Memory: 13,5 GiB of RAM Graphics Processor: AMD Radeon Graphics Dolphin 24.02.0 What should I do to solve? (In reply to Duns from comment #33) > I did the update but the problem is still here: > > Operating System: KDE neon 6.0 > KDE Plasma Version: 6.0.0 > KDE Frameworks Version: 6.0.0 > Qt Version: 6.6.2 > Kernel Version: 6.5.0-25-generic (64-bit) > Graphics Platform: X11 > Processors: 16 × AMD Ryzen 7 5700G with Radeon Graphics > Memory: 13,5 GiB of RAM > Graphics Processor: AMD Radeon Graphics > > Dolphin 24.02.0 > > What should I do to solve? It's fixed in 24.02.1. You are still using 24.02.0. I see. But I do all the updates of KDE Neon. Can I force an update of Dolphin? (In reply to Duns from comment #35) > I see. But I do all the updates of KDE Neon. > Can I force an update of Dolphin? I don't think the packages are built for NEON yet. At least I didn't see them in the GIT pipeline. (In reply to boospy from comment #36) > (In reply to Duns from comment #35) > > I see. But I do all the updates of KDE Neon. > > Can I force an update of Dolphin? > > I don't think the packages are built for NEON yet. At least I didn't see > them in the GIT pipeline. Works fine with Neon Testing. I have had installed Neon User and noticed that Dolphin doesnt work properly with X11. After update to Neon testing, everything is fine now. *** Bug 483389 has been marked as a duplicate of this bug. *** Fix cherry-picked into OpenMandriva packages *** Bug 483647 has been marked as a duplicate of this bug. *** *** Bug 483771 has been marked as a duplicate of this bug. *** I can also confirm this is happening with plasma 6 running in X11: Operating System: openSUSE Tumbleweed 20240315 KDE Plasma Version: 6.0.2 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.7.9-1-default (64-bit) Graphics Platform: X11 Processors: 16 × AMD Ryzen 7 4800H with Radeon Graphics Memory: 30.8 GiB of RAM Graphics Processor: AMD Radeon Graphics Manufacturer: SLIMBOOK Product Name: PROX15-AMD (In reply to Cezar Tigaret from comment #42) > I can also confirm this is happening with plasma 6 running in X11: > Operating System: openSUSE Tumbleweed 20240315 > KDE Plasma Version: 6.0.2 > KDE Frameworks Version: 6.0.0 > Qt Version: 6.6.2 > Kernel Version: 6.7.9-1-default (64-bit) > Graphics Platform: X11 > Processors: 16 × AMD Ryzen 7 4800H with Radeon Graphics > Memory: 30.8 GiB of RAM > Graphics Processor: AMD Radeon Graphics > Manufacturer: SLIMBOOK > Product Name: PROX15-AMD It's already fixed in Dolphin 24.02.1. I am on kde neon and apt reports it's at the latest version which is 0.00.1 behind (24.02.0). How do up update to 24.02.1 so I have this fix? You wait until 24.02.1 is released. :) Should be about a week. Other distros have already backported the fix, but Neon doesn't do that kind of thing. (In reply to Nate Graham from comment #45) > You wait until 24.02.1 is released. :) Should be about a week. > > Other distros have already backported the fix, but Neon doesn't do that kind > of thing. 💀💀💀💀💀💀💀💀💀💀💀💀 Aaaaaaaa ok. Thx for the info. Damn slow neon. *** Bug 484065 has been marked as a duplicate of this bug. *** Works perfectly again, also on "KDE Neon", very thanks!! |