Summary: | Okular's window is taller than the available space for it | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | adalbert.hanssen |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | NEEDSINFO WAITINGFORINFO | ||
Severity: | major | CC: | aacid |
Priority: | NOR | ||
Version: | 24.08.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
adalbert.hanssen
2024-12-28 19:11:22 UTC
Some additional information: If I change the dpi resolution of the screen to some lower (but for my screen not correct) value using xfce4-appearance settings, most things on the screen become smaller, also the window of Okular. Then the normal corner and edge resizing tools of the window could be used to reduce the height, but only to some minimum value depending on the set dpi value. In the case of my screen, 142 dpi would be the correct value. If I reduce the value to 96 dpi, I can reduce the window height of Okular down to 893 pixel but not less (according to xwinfo). In this situation. For other screen dpi values, the minimum sizes are as follows: 95 dpi and below, 889 px 96 dpi, 893 px 100 dpi, 930 px 105 dpi, 977 px 110 dpi, 1023 px 115 dpi, 1070 px 120 dpi, 1116 px 125 dpi, 1163 px 130 dpi, 1209 px 135 dpi, 1256 px 140 dpi, 1302 px 145 dpi, 1349 px 200 dpi, 1860 px A good fit for these observations seems to be 0.395 + 9.299*dpi. I hope this will give a hint to localize the bug. 24.08.2 is not based on Qt5, so you are not using 24.08.2 or you are not using Qt5. Can you please give us accurate version information about okular? (In reply to Albert Astals Cid from comment #2) > 24.08.2 is not based on Qt5, so you are not using 24.08.2 or you are not > using Qt5. > > Can you please give us accurate version information about okular? Excuse me, I have no Idea how I could get the version wrong. In deed, it is: $ snap list | grep okular okular 24.12.0 161 latest/stable kde** - $ Because it is installed as a snap, it is started from the start menu like this: env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/okular_okular.desktop /snap/bin/okular %U But when I ask for the version by calling it from the command line like this: $ env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/okular_okular.desktop /snap/bin/okular --version ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (failed to map segment from shared object): ignored. /home/a/snap/okular/common/.cache/gio-modules/libgiognomeproxy.so: cannot open shared object file: No such file or directory Failed to load module: /home/a/snap/okular/common/.cache/gio-modules/libgiognomeproxy.so /home/a/snap/okular/common/.cache/gio-modules/libgiolibproxy.so: cannot open shared object file: No such file or directory Failed to load module: /home/a/snap/okular/common/.cache/gio-modules/libgiolibproxy.so /home/a/snap/okular/common/.cache/gio-modules/libgiognutls.so: cannot open shared object file: No such file or directory Failed to load module: /home/a/snap/okular/common/.cache/gio-modules/libgiognutls.so /home/a/snap/okular/common/.cache/gio-modules/libgioenvironmentproxy.so: cannot open shared object file: No such file or directory Failed to load module: /home/a/snap/okular/common/.cache/gio-modules/libgioenvironmentproxy.so /home/a/snap/okular/common/.cache/gio-modules/libdconfsettings.so: cannot open shared object file: No such file or directory Failed to load module: /home/a/snap/okular/common/.cache/gio-modules/libdconfsettings.so Qt: Session management error: Could not open network socket okular 24.12.0 $ I get some error messages. I have no Idea if this has an influence on the behavior. Is the installation incomplete? |