[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-11-10 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #39 from Claudius Ellsel  ---
(In reply to Christoph Feck from comment #38)
> I suggest to report any issues that you are still noticing as a separate
> ticket.

Sure. We can use https://bugs.kde.org/show_bug.cgi?id=427808 for that (I will
undupe it) and also there is https://bugs.kde.org/show_bug.cgi?id=427875.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-11-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #38 from Christoph Feck  ---
I suggest to report any issues that you are still noticing as a separate
ticket.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-22 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #37 from Claudius Ellsel  ---
(In reply to Nate Graham from comment #36)
> Yes, that was a recent intentional change. See
> https://invent.kde.org/frameworks/kconfig/-/merge_requests/17

Not sure whether that introduced it, but the current behavior seems to be buggy
for me.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #36 from Nate Graham  ---
(In reply to Vlad Zahorodnii from comment #34)
> So yeah, dolphin restores its maximized state based on the screen layout.
> Weird.

Yes, that was a recent intentional change. See
https://invent.kde.org/frameworks/kconfig/-/merge_requests/17

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-22 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #35 from Claudius Ellsel  ---
Shell we track this in a different bug report?

In the meantime while testing other stuff, now Dolphin seems to remember the
maximized state, but opens always on the left screen, similar to
https://bugs.kde.org/show_bug.cgi?id=427875.

The testing had me build and run Dolphin from master, so that might have
changed stuff in the config files, maybe?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-22 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #34 from Vlad Zahorodnii  ---
So yeah, dolphin restores its maximized state based on the screen layout.
Weird.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-22 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #33 from Vlad Zahorodnii  ---
Created attachment 132640
  --> https://bugs.kde.org/attachment.cgi?id=132640=edit
with my screen layout, dolphin sends set_maximized() requests

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-22 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #32 from Vlad Zahorodnii  ---
Created attachment 132639
  --> https://bugs.kde.org/attachment.cgi?id=132639=edit
wayland debug output of dolphin with Claudius Ellsel's screen layout

If I arrange my screens similar to Claudius' setup, this issue surfaces. The
most interesting thing is that dolphin doesn't issue any set_maximized()
request.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-22 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #31 from Claudius Ellsel  ---
Created attachment 132637
  --> https://bugs.kde.org/attachment.cgi?id=132637=edit
Screenshot of the problem

This is how my setup looks like (with dolphin opened after being closed
maximized).

[clel@claudius-pc ~]$ kwin_wayland -v
kwin 5.20.1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-22 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #30 from Vlad Zahorodnii  ---
(In reply to Claudius Ellsel from comment #29)
> Neither resizing dolphin nor deleting dolphinrc helped. Maybe that has
> something to do with me running a multi-screen setup and is not really
> related to this?

On my dual-monitor setup, dolphin preserves the maximized state across
application launches.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-22 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #29 from Claudius Ellsel  ---
Neither resizing dolphin nor deleting dolphinrc helped. Maybe that has
something to do with me running a multi-screen setup and is not really related
to this?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-22 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #28 from Claudius Ellsel  ---
(In reply to Yogesh Marwaha from comment #27)
> It didn't work with Dolphin (Konsole too) for me also. Since other
> applications (which I use) seem to work fine, I tried some tricks. I
> manually resized application window and then closed it. Again started,
> maximised and closed. Afterwards it functioned as intended. 

Ah, thanks for the hint. Sounds like old configs have to be overwritten to get
it working properly. I assume deleting the dolphinrc file from the .config
folder has a similar effect.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-22 Thread Yogesh Marwaha
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #27 from Yogesh Marwaha  ---
It didn't work with Dolphin (Konsole too) for me also. Since other applications
(which I use) seem to work fine, I tried some tricks. I manually resized
application window and then closed it. Again started, maximised and closed.
Afterwards it functioned as intended. 

PS: A bit unrelated, Firefox with custom title bar cannot determine that it's 
maximised.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-22 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #26 from Claudius Ellsel  ---
I tested yesterday on Manjaro unstable with 5.20.1 and it didn't seem to work
for me (tested with Dolphin). Maybe not all required packages were available
then, though, so leaving this bug at the current state for now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2020-10-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=409919

Nate Graham  changed:

   What|Removed |Added

  Component|general |platform-wayland
Product|frameworks-kxmlgui  |kwin
   Keywords||wayland
   Assignee|kdelibs-b...@kde.org|kwin-bugs-n...@kde.org
Version|5.70.0  |unspecified

-- 
You are receiving this mail because:
You are watching all bug changes.