Summary: | Dolphin always opens maximized (even if before closing it was in a small window) when config file has `Window-Maximized [resolution]=true` line in it | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kxmlgui | Reporter: | MrNekit <Balykin_nikita> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | avalonvales, bizyaev, kfm-devel, michal.dybczak, nate |
Priority: | NOR | ||
Version: | 5.94.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Demonstration
dolphinrc |
Description
MrNekit
2022-06-02 20:32:47 UTC
Created attachment 149421 [details]
Demonstration
Can you attach your ~/.config/dolphinrc file please? Created attachment 149443 [details]
dolphinrc
(In reply to Nate Graham from comment #2) > Can you attach your ~/.config/dolphinrc file please? Done If you delete this line: HDMI-A-0 Window-Maximized 1920x1080=true Does it start working as you expect? (In reply to Nate Graham from comment #5) > If you delete this line: > > HDMI-A-0 Window-Maximized 1920x1080=true > > Does it start working as you expect? Yes, now it is work. Also I've removed HDMI-A-0 XPosition 1920x1080=169 HDMI-A-0 YPosition 1920x1080=374 Now dolphin opens in the mid of screen (as it should) Thanks, I had a feeling. Out of curiosity have you been using Dolphin for a long time on this system? Or is is a relatively recent install? I've installed this system (manajro kde) in march on a fresh pc. Hmm, that's troublesome. It means there's a bug in our code somewhere, because I had thought we'd fixed the issue of these lines showing up in the config file. Thanks for the info and the bug report. I noticed the same issue, also on Manjaro. I thought that it came with Plasma 5.25 update, because I didn't notice it before. However, in my case, I have 7 years old OS install. I also am seeing Window-Maximized true multiple lines in config, although the Dolphin was closed as not-maximized window. After deleting those lines, Dolphin opens not-maximized as it should be, although not in the last position. I guess, I need to clean up the config. Had this randomly happen to me as well. I believe it started after an update in the last month, although that's probably not awfully specific. I was confused as I explicitly checked the "application specific window settings" and nothing I did could revert it back to its usual behaviour. Thankfully deleting those lines fixed it. After deleting the config, Dolphin behaves correctly, so it had to be correlated with some other line. The bad thing is, I lost tons of my own customizations and till today I can't get it all like it was before, so Dolphin is not so comfortable anymore. In time maybe... Anyway, the problem was solved by nuking configs, so this is an individual problem and not a general bug. |