Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to save and restore the internal geometry #1375

Open
AndyM48 opened this issue Jul 31, 2024 · 5 comments
Open

Is it possible to save and restore the internal geometry #1375

AndyM48 opened this issue Jul 31, 2024 · 5 comments
Labels
Milestone

Comments

@AndyM48
Copy link

AndyM48 commented Jul 31, 2024

When I open liferea I must manually restore any internal geometry to my preferred layout. For example I prefer a larger preview window, so I drag it to the larger size when I open liferea.

Liferea saves the external window geometry on exit. Is it possible to save the internal geometry at the same time?

@lwindolf
Copy link
Owner

lwindolf commented Aug 1, 2024

The code actually does save the pane geometry on shutdown, but we have a longstanding bug that due to a race condition the restore on startup is not effective. Sadly trying to fix this over a year all effort so far was not successful :-(

@AndyM48
Copy link
Author

AndyM48 commented Aug 1, 2024

Not a show stopper fortunately

Thank you for all your efforts

@lwindolf
Copy link
Owner

lwindolf commented Jan 1, 2025

I've just started the GTK4 port and will follow the best practices from the GNOME tutorial to implement GTK4 window state restoration. It might well be that this can improve the situation.

@lwindolf lwindolf added this to the 2.0 milestone Jan 1, 2025
@lwindolf lwindolf added the bug label Jan 1, 2025
@AndyM48
Copy link
Author

AndyM48 commented Jan 1, 2025

Good to hear, thank you.
Happy New Year.

@lwindolf
Copy link
Owner

lwindolf commented Jan 1, 2025

I wish you a Happy New Year too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants