Skip to content

Toolbox not starting minimized even when enabled #696

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

Closed
ModProg opened this issue Jun 19, 2023 · 6 comments
Closed

Toolbox not starting minimized even when enabled #696

ModProg opened this issue Jun 19, 2023 · 6 comments
Labels

Comments

@ModProg
Copy link

ModProg commented Jun 19, 2023

Expected Behaviour
when setting option toolbox-minimized true in the ~/.config/pdfpc/pdfpcrc i expect the toolbox to start minimized

Actual Behaviour
toolbox starts maximized:
grafik

Steps to reproduce

  1. add option toolbox-minimized true in ~/.config/pdfpc/pdfpcrc
  2. open presentation and notice it is not minimized

pdfpc version: v4.6
Used Distribution (GTK version, Vala version): not sure how to detect (https://archlinux.org/packages/extra/x86_64/pdfpc/) depends on GTK though
Display Server (X11/Wayland): wayland
HiDPI Setting (yes/no): no

NOTE
Another solution to my problem would be to have a way to start the toolbox below the current slide as it wouldn't block any content even when starting maximized.

@fnevgeny fnevgeny added the bug label Jun 28, 2023
@fnevgeny
Copy link
Member

fnevgeny commented Jul 1, 2023

Well, it's a regression from fbf7904. I don't know, though, how to make it work without using (in this specific single case) Widget.set_child_visible(), which says "never should be called by an application".

@ModProg
Copy link
Author

ModProg commented Jul 1, 2023

It would have been ok for me, to be able to just have the toolbox start out at a position where it doesn't interfere with the slide.

Then again, I'm probably not going to have any presentations in the near future (maybe ever), so I'm not super pressed on having a solution ASAP.

@fnevgeny
Copy link
Member

fnevgeny commented Jul 1, 2023

It would have been ok for me, to be able to just have the toolbox start out at a position where it doesn't interfere with the slide.

It shouldn't normally, unless you resize the presenter windows. I guess you start in the windowed mode and then make it full screen, right?

@ModProg
Copy link
Author

ModProg commented Jul 1, 2023

I kept the presenter window windowed, and had the presentation window full screen. But an issue might be that I am using a tiling window manager, that might force a resize on the window resulting in having it start out in the position in the screenshot.

@fnevgeny
Copy link
Member

fnevgeny commented Jul 1, 2023

I see. Please test the PR #698.

@ModProg
Copy link
Author

ModProg commented Jul 1, 2023

Looks good

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

No branches or pull requests

2 participants