[Libreoffice-bugs] [Bug 138520] Toolbars and page too small with Wayland fractional scaling and Qt5 plugin

2021-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138520

--- Comment #4 from Brad  ---
Okay, thanks guys. Bugs are menat to be fixed, and your website is doing a
super duper job on it. Just like the cv service I used at
https://www.cvuniverse.co.uk - they are just fab. Id' suggest to give it a go

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 138520] Toolbars and page too small with Wayland fractional scaling and Qt5 plugin

2021-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138520

Michael Weghorn  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||m.wegh...@posteo.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Michael Weghorn  ---
That sounds like tdf#142882, tdf#137924 and tdf#137924.

*** This bug has been marked as a duplicate of bug 142882 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138520] Toolbars and page too small with Wayland fractional scaling and Qt5 plugin

2021-05-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138520

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru
 Blocks||100156, 102495


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100156
[Bug 100156] [META] Wayland-related bugs
https://bugs.documentfoundation.org/show_bug.cgi?id=102495
[Bug 102495] [META] KDE VCL backend bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138520] Toolbars and page too small with Wayland fractional scaling and Qt5 plugin

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138520

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138520] Toolbars and page too small with Wayland fractional scaling and Qt5 plugin

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138520

--- Comment #2 from whyhollis+ai...@gmail.com ---
I'm facing the same issue under plasma 5.21.4, libreoffice 7.1.2.2, Arch Linux,
wayland, display scale set to 135%. The text and icons are too small that
libreoffice is unusable.

It is pretty confident that this issue is caused by vcl component [0] in
libreoffice. If environment variable SAL_USE_VCLPLUGIN is set to gtk3, this
would force VCL to use gtk for the UI. Somehow gtk supports fractional HiDPI
(?) and the gui does not suffer from blurry rendering. This have some
shortcomings:

1. It's GTK. Feels alien in KDE
2. This does not register toolbar to KDE's global menu

Another solution would be setting environment variable SAL_FORCEDPI. It seems
that this options force VCL to render larger text. Setting it to 170 works for
me. Writing the following script in
~/.config/plasma-workspace/env/libreoffice.sh and re-login make the force dpi
patch permanent after re-login:

```
export SAL_FORCEDPI=170
```

Here are environment variables for controlling VCL if you're interested:
https://github.com/LibreOffice/core/blob/master/vcl/README.vars

[0]: What is VCL TL;DR explained in arch wiki,
https://wiki.archlinux.org/index.php/LibreOffice#Theme

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138520] Toolbars and page too small with Wayland fractional scaling and Qt5 plugin

2020-12-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138520

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138520] Toolbars and page too small with Wayland fractional scaling and Qt5 plugin

2020-11-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138520

--- Comment #1 from Matthew Trescott  ---
Created attachment 167605
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167605=edit
Screenshot that shows the problem in normal (non-dialog) widgets

It appears from this screenshot that UI components that are drawn directly with
QWidgets are scaled correctly, while ones drawn QPainter are not. However, this
is only a shakey guess because I don't know anything about the code and am only
going off of the information in #130857 and #125943 with the assumption that
the drop-down menus are now drawn natively with QWidgets.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs