You are not logged in.

#1 2020-05-04 05:05:08

Irets
Member
Registered: 2019-02-01
Posts: 143

[SOLVED]items and buttons in qbittorrent misaligned

Most buttons and text in my qbittorrent client are misaligned and few of the buttons can't be clicked because of this.
The ends of menus cut out and don't show the bottom entries completely.

Deleting ~/.config/qBittorrent/ didn't help.

After a bit of searching the internet I found out that if I run

QT_AUTO_SCREEN_SCALE_FACTOR=0 qbittorrent

the GUI launches intact and nothing is misaligned.
I ran

export QT_AUTO_SCREEN_SCALE_FACTOR=0

to add it to my environment variables and now running

qbitorrent

from the terminal emulator launches it properly but this doesn't work with my program launcher which is rofi.
I tried creating ~/.profile and adding

QT_AUTO_SCREEN_SCALE_FACTOR=0

inside of it but that had no impact.

What would be the best way to solve this issue?

I'm running a up-to-date system with i3-gaps as my window manager.
I setup my displays with a script that runs when i3 starts which is

#!/bin/sh
xrandr --output DVI-D-0 --primary --mode 1920x1080 --rate 144 --pos 1920x0 --rotate normal --output DP-1 --off --output DP-2 --off --output HDMI-1 --off --output DP-0 --mode 1920x1080 --pos 0x0 --rotate normal

Output of "xrandr --query":

Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 32767 x 32767
DVI-D-0 connected primary 1920x1080+1920+0 (normal left inverted right x axis y axis) 531mm x 298mm
   1920x1080     60.00 + 144.00*  119.98    99.93
   1680x1050     59.95
   1440x900      59.89
   1280x1024     75.02    60.02
   1280x960      60.00
   1280x800      59.81
   1280x720      60.00
   1152x864      75.00
   1024x768      75.03    70.07    60.00
   800x600       75.00    72.19    60.32    56.25
   640x480       75.00    72.81    59.94
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
   1920x1080     60.00*+
   1680x1050     59.95
   1440x900      59.89
   1280x1024     75.02    60.02
   1280x960      60.00
   1280x800      59.81
   1280x720      60.00
   1152x864      75.00
   1024x768      75.03    70.07    60.00
   800x600       75.00    72.19    60.32    56.25
   640x480       75.00    59.94
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)

Pictures of the issue happening:
https://i.imgur.com/f88DgNv.png
https://i.imgur.com/qpo1RAO.png
https://i.imgur.com/ThBttz7.png
https://i.imgur.com/V5LVLiz.png

Last edited by Irets (2020-05-04 05:30:30)

Offline

#2 2020-05-04 05:10:11

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED]items and buttons in qbittorrent misaligned

Irets wrote:

I tried creating ~/.profile and adding

QT_AUTO_SCREEN_SCALE_FACTOR=0

inside of it but that had no impact.

Is that file sourced at login? Read https://wiki.archlinux.org/index.php/Ba … tion_files


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2020-05-04 05:29:57

Irets
Member
Registered: 2019-02-01
Posts: 143

Re: [SOLVED]items and buttons in qbittorrent misaligned

Thank you for pointing that out.
Marking as solved.

Offline

Board footer

Powered by FluxBB