[konsole] [Bug 373232] Horizontal lines with fractional HiDPI scaling

Robbert van der Helm bugzilla_noreply at kde.org
Sun Jun 9 22:54:26 BST 2019


https://bugs.kde.org/show_bug.cgi?id=373232

Robbert van der Helm <coolblinger at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |coolblinger at gmail.com

--- Comment #105 from Robbert van der Helm <coolblinger at gmail.com> ---
While not ideal, I've managed to work around this by launching Konsole without
DPI scaling and then reexporting the environment variable for applications
launched from within the shell. This gets rid of the horizontal line artifacts
without interfering with other applications. 

To do this I changed konsole.desktop's `Exec` line from `konsole` to
`_QT_SCREEN_SCALE_FACTORS="$QT_SCREEN_SCALE_FACTORS" QT_SCREEN_SCALE_FACTORS=""
konsole` and I've added the following to my shell config:

    # fish
    set -xg QT_SCREEN_SCALE_FACTORS $_QT_SCREEN_SCALE_FACTORS
    # bash
    export QT_SCREEN_SCALE_FACTORS=$_QT_SCREEN_SCALE_FACTORS

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


More information about the konsole-devel mailing list