| Summary: | menu is unusable; hover over menu is worse; can't even see Help|version | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Howard Johnson <hwj> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | aacid, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | 23.08.4 | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | typical screenshot showing user interface and screen messed up a whole bunch of places | ||
|
Description
Howard Johnson
2024-02-24 05:59:00 UTC
Which desktop environment are you running? (In reply to Albert Astals Cid from comment #1) > Which desktop environment are you running? Cinnamon (on lightdm, on X11). (In reply to Albert Astals Cid from comment #1) > Which desktop environment are you running? $ cinnamon --version Cinnamon 5.6.8 l $ sudo lightdm --version lightdm 1.26.0 $ xdpyinfo | grep version version number: 11.0 X.Org version: 1.21.1.7 There's probably something missing in your setup/installation. Would be good if we could somehow warn about it, needs someone to have time to recreate your setup and figure out what's wrong. I thought it might help if I send you my ~/.config/** and ~/.local/** okular stuff:
~$ find .local -name '*okular*' # <------ First find all okular named files in .local and cat them out:
.local/share/okular
~$ ls -ld .local/share/okular/
drwxr-xr-x 1 howard howard 14 Feb 23 20:58 .local/share/okular/
~$ ls -ld .local/share/okular/*
drwxr-xr-x 1 howard howard 150 Feb 26 03:59 .local/share/okular/docdata
~$ ls -ld .local/share/okular/docdata/6973192.System\ Controller\ 3\ --\ IQSC-3G-QIG-0062-07-EN-US-2023-11-07.pdf.xml
-rw-r--r-- 1 howard howard 509 Feb 23 21:12 '.local/share/okular/docdata/6973192.System Controller 3 -- IQSC-3G-QIG-0062-07-EN-US-2023-11-07.pdf.xml'
~$ cat .local/share/okular/docdata/6973192.System\ Controller\ 3\ --\ IQSC-3G-QIG-0062-07-EN-US-2023-11-07.pdf.xml
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE documentInfo>
<documentInfo url="/home/howard/Documents/REFERENCE, skg/Stuff, skg/Minden Solar/System Controller 3 -- IQSC-3G-QIG-0062-07-EN-US-2023-11-07.pdf">
<generalInfo>
<history>
<current viewport="0;C2:0.499435:0.261364:1"/>
</history>
<views>
<view name="PageView">
<zoom value="0.971262" mode="1"/>
<continuous mode="1"/>
<viewMode mode="0"/>
<trimMargins value="0"/>
</view>
</views>
</generalInfo>
</documentInfo>
---
~$ find .config -name '*okular*' # <------ Next find all okular named files in .local and cat first session & okularrc out:
.config/session/okular_1031010963faa65b75170875070122024900000024680100_1708750702_114150
.config/session/okular_1031010963faa65b75170875153024185500000024680101_1708751531_545942
.config/session/okular_1031010963faa65b75170875156069296700000024680102_1708751561_752764
.config/okularrc
~$ cat .config/session/okular_1031010963faa65b75170875070122024900000024680100_1708750702_114150
[1]
ActiveTab=0
Urls[$e]=file:$HOME/Documents/REFERENCE\\, skg/Stuff\\, skg/Minden Solar/System Controller 3 -- IQSC-3G-QIG-0062-07-EN-US-2023-11-07.pdf
[Number]
NumberOfWindows=1
[WindowProperties1]
2 screens: XPosition=0
2 screens: YPosition=0
ClassName=Shell
HDMI-0 LVDS=LVDS
ObjectName=okular::Shell#1
State=AAAA/wAAAAD9AAAAAAAABDAAAAJjAAAABAAAAAQAAAAIAAAACPwAAAADAAAAAQAAAAEAAAAsAHEAdQBpAGMAawBBAG4AbgBvAHQAYQB0AGkAbwBuAFQAbwBvAGwAQgBhAHICAAAAAP////8AAAAAAAAAAAAAAAIAAAABAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAP////8AAAAAAAAAAAAAAAIAAAABAAAAIgBhAG4AbgBvAHQAYQB0AGkAbwBuAFQAbwBvAGwAQgBhAHIAAAAAAP////8AAAAAAAAAAA==
~$ cat .config/okularrc
[Desktop Entry]
FullScreen=false
[MainWindow]
2 screens: XPosition=502
2 screens: YPosition=205
HDMI-0 LVDS=LVDS
State=AAAA/wAAAAD9AAAAAAAABDAAAAJjAAAABAAAAAQAAAAIAAAACPwAAAADAAAAAQAAAAEAAAAsAHEAdQBpAGMAawBBAG4AbgBvAHQAYQB0AGkAbwBuAFQAbwBvAGwAQgBhAHICAAAAAP////8AAAAAAAAAAAAAAAIAAAABAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAP////8AAAAAAAAAAAAAAAIAAAABAAAAIgBhAG4AbgBvAHQAYQB0AGkAbwBuAFQAbwBvAGwAQgBhAHIAAAAAAP////8AAAAAAAAAAA==
ToolBarsMovable=Disabled
[Recent Files]
File1[$e]=$HOME/Documents/REFERENCE, skg/Stuff, skg/Minden Solar/System Controller 3 -- IQSC-3G-QIG-0062-07-EN-US-2023-11-07.pdf
Name1[$e]=System Controller 3 -- IQSC-3G-QIG-0062-07-EN-US-2023-11-07.pdf
|