F9 hotkey doesn't bring back sidepanel after restart
F9
hotkey doesn't bring back sidepanel after restart.
- Press
F9
to hide sidepanel - Close Thunar
- Open Thunar and press
F9
Designs
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Maintainer
Indeed, I can reproduce for master 4.18, thanks for reporting !
- Developer
We check for the previous side pane type in
thunar_window_toggle_sidepane()
, but this value is not set anymore after restarting Thunar. In this case we should default toTHUNAR_TYPE_SHORTCUTS_PANE
. Collapse replies - Maintainer
Humm, that might be even more confusing for people using the tree pane.
When using an enum to store the value in xfconf, instead of converting the g_type to string, it is possible to store two different 'hidden' states.
Seems to work fine for me: !351 (merged) ... would be great if you could have a look!
Edited by Alexander Schwinn - Developer
Since it took so long for someone to report this issue, I think that F9 is rarely used at all. Having a complete solution is certainly nicer, and it seems to work fine too.
- Maintainer
True, it's not exactly the most important/noticed issue ... I somewhat felt like it should be simple to get it right, so I went for it.
Thank you for testing ! ... merging
- Alexander Schwinn mentioned in merge request !351 (merged)
mentioned in merge request !351 (merged)
- Alexander Schwinn mentioned in commit 9e0ce57f
mentioned in commit 9e0ce57f
- Alexander Schwinn closed
closed
- Alexander Schwinn changed milestone to %4.19.0
changed milestone to %4.19.0