You are not logged in.

#1 2017-08-05 09:42:55

adrin
Member
Registered: 2017-08-05
Posts: 13

[SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

I use gnome3, and recently my qt apps started to look odd in my gnome environment.

For instance, here's screenshots of texmaker which is compiled against qt 5.9. This problem also exists for another app which is compiled against qt5.8. Any idea how I can fix it?

This is what I have installed:

$ yaourt -Ss qt5 | grep installed
extra/poppler-qt5 0.57.0-1 [installed]
extra/qt5-base 5.9.1-3 (qt qt5) [installed]
extra/qt5-declarative 5.9.1-3 (qt qt5) [installed]
extra/qt5-location 5.9.1-2 (qt qt5) [installed]
extra/qt5-script 5.9.1-2 (qt qt5) [installed]
extra/qt5-sensors 5.9.1-2 (qt qt5) [installed]
extra/qt5-svg 5.9.1-2 (qt qt5) [installed]
extra/qt5-webchannel 5.9.1-2 (qt qt5) [installed]
extra/qt5-webkit 5.212.0alpha2-4 (qt qt5) [installed]
extra/qt5-x11extras 5.9.1-2 (qt qt5) [installed]
extra/qt5-xmlpatterns 5.9.1-2 (qt qt5) [installed]
community/qtcurve-qt5 1.9.1-1 [installed]

p4xs
6MLc
Fs1H

Last edited by adrin (2017-08-05 13:04:47)

Offline

#2 2017-08-05 10:22:17

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: [SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

Please explain what you mean by "odd". I don't see anything obviously wrong with the screenshots.

And please read the code of conduct and don't post full size images: https://wiki.archlinux.org/index.php/Co … s_and_code

Offline

#3 2017-08-05 10:49:10

adrin
Member
Registered: 2017-08-05
Posts: 13

Re: [SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

1. When I open a menu, there are no icons shown there, I believe there were some icons associated with menu items.
2. When I click on any of the menu items, the window appears in a somewhat "maximized" way as shown in the first and last pasted image, which resuts in all the components of the window to be stretched. I don't think they're supposed to be shown in maximized mode. At least they were not a while ago, before some of the updates.
3. I'm not sure if this one is a bug or a feature, but the icons are huge in the main window of the application, and the section on the left side (structure section) cannot be narrowed, as a result I have not much space left to type and see the resulting pdf. The images are taken under a 1920x1080 resolution.

I guess here you can see what it's supposed to look like: http://www.xm1math.net/texmaker/shots.html

Last edited by adrin (2017-08-05 10:56:46)

Offline

#4 2017-08-05 11:02:55

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,369

Re: [SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

Standard question: gnome on wayland, on xorg or in both cases?
In case of wayland: do the Qt clients run natively or on xwayland?

Offline

#5 2017-08-05 11:13:19

adrin
Member
Registered: 2017-08-05
Posts: 13

Re: [SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

I believe xorg. I remember setting it to xorg since I hadd problems with my pen and touch screen.

$ loginctl show-session c2 -p Type
Type=x11

Offline

#6 2017-08-05 11:31:31

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,369

Re: [SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

Ok, let's look for possible oddities:

xdpyinfo | grep resolution
printenv | grep QT

Offline

#7 2017-08-05 11:37:16

adrin
Member
Registered: 2017-08-05
Posts: 13

Re: [SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

$ xdpyinfo | grep resolution
  resolution:    96x96 dots per inch
$ printenv | grep QT
$

Offline

#8 2017-08-05 11:47:01

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,369

Re: [SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

Nope, no scale factor and the resolution is "normal" - you may want to try under a different desktop environment (resp. just openbox) to see whether it's some issue between Qt and mutter or a bug in Qt.

Offline

#9 2017-08-05 11:59:53

adrin
Member
Registered: 2017-08-05
Posts: 13

Re: [SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

Interesting. My monitor supports 2560x1440 as maximum resolution. When I put it on that one, and gnome scale factor 2 (which is default), it looks more normal. But when I set resolution as 1920x1080, it seems as if the application still thinks the resolution is the old one and everything is just zoomed in. Does this help?

Offline

#10 2017-08-05 12:00:21

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: [SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

Other than trying another WM as seth suggested, you could try if the problem persists with newly created user, to make sure it's not something with your user's configuration.

If that doesn't help, you could check pacman.log for recently upgraded packages that could have introduced this bug.

Offline

#11 2017-08-05 12:11:05

adrin
Member
Registered: 2017-08-05
Posts: 13

Re: [SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

I tried under openbox, it looked normal. But openbox used my monitor's max resolution. So I suspected that might be an issue.

I created a new user, under gnome (xorg), with the max resolution the app looks normal, but not when I reduce the resolution.

And here's the list of upgraded packages of the last two times I've upgraded packages:

# cat /var/log/pacman.log | grep upgraded | grep "07-30\|08-05"
[2017-07-30 11:53] [ALPM] upgraded libgcrypt (1.7.8-1 -> 1.8.0-1)
[2017-07-30 11:53] [ALPM] upgraded libsystemd (234.0-2 -> 234.11-1)
[2017-07-30 11:53] [ALPM] upgraded dbus (1.10.18-1 -> 1.10.22-1)
[2017-07-30 11:53] [ALPM] upgraded libutil-linux (2.30-2 -> 2.30.1-2)
[2017-07-30 11:53] [ALPM] upgraded bluez (5.45-1 -> 5.46-1)
[2017-07-30 11:53] [ALPM] upgraded bluez-libs (5.45-1 -> 5.46-1)
[2017-07-30 11:53] [ALPM] upgraded openssl (1.1.0.f-1 -> 1.1.0.f-2)
[2017-07-30 11:53] [ALPM] upgraded shadow (4.4-3 -> 4.5-2)
[2017-07-30 11:53] [ALPM] upgraded util-linux (2.30-2 -> 2.30.1-2)
[2017-07-30 11:53] [ALPM] upgraded device-mapper (2.02.172-2 -> 2.02.173-1)
[2017-07-30 11:53] [ALPM] upgraded systemd (234.0-2 -> 234.11-1)
[2017-07-30 11:53] [ALPM] upgraded bluez-utils (5.45-1 -> 5.46-1)
[2017-07-30 11:53] [ALPM] upgraded btrfs-progs (4.11.1-1 -> 4.12-1)
[2017-07-30 11:53] [ALPM] upgraded ca-certificates-mozilla (3.31-3 -> 3.32-1)
[2017-07-30 11:53] [ALPM] upgraded gdk-pixbuf2 (2.36.6-2 -> 2.36.7-1)
[2017-07-30 11:53] [ALPM] upgraded harfbuzz (1.4.6-1 -> 1.4.7-1)
[2017-07-30 11:54] [ALPM] upgraded llvm-libs (4.0.1-4 -> 4.0.1-5)
[2017-07-30 11:54] [ALPM] upgraded libdrm (2.4.81-1 -> 2.4.82-1)
[2017-07-30 11:54] [ALPM] upgraded pango (1.40.6+9+g92cc73c8-1 -> 1.40.7-1)
[2017-07-30 11:54] [ALPM] upgraded librsvg (2:2.40.17-1 -> 2:2.40.18-1)
[2017-07-30 11:54] [ALPM] upgraded gtk-update-icon-cache (3.22.16-1 -> 3.22.17-1)
[2017-07-30 11:54] [ALPM] upgraded gtk3 (3.22.16-1 -> 3.22.17-1)
[2017-07-30 11:54] [ALPM] upgraded nspr (4.15-1 -> 4.16-1)
[2017-07-30 11:54] [ALPM] upgraded nss (3.31-3 -> 3.32-1)
[2017-07-30 11:54] [ALPM] upgraded harfbuzz-icu (1.4.6-1 -> 1.4.7-1)
[2017-07-30 11:54] [ALPM] upgraded chromium (59.0.3071.115-1 -> 60.0.3112.78-1)
[2017-07-30 11:54] [ALPM] upgraded clang (4.0.1-4 -> 4.0.1-5)
[2017-07-30 11:54] [ALPM] upgraded imagemagick (6.9.9.0-1 -> 6.9.9.3-1)
[2017-07-30 11:54] [ALPM] upgraded cups-filters (1.14.1-1 -> 1.16.0-1)
[2017-07-30 11:54] [ALPM] upgraded python (3.6.1-1 -> 3.6.2-1)
[2017-07-30 11:54] [ALPM] upgraded python-setuptools (1:36.2.0-1 -> 1:36.2.4-1)
[2017-07-30 11:54] [ALPM] upgraded cython (0.25.2-2 -> 0.26-1)
[2017-07-30 11:54] [ALPM] upgraded docker (1:17.06.0-1 -> 1:17.06.0-2)
[2017-07-30 11:54] [ALPM] upgraded orc (0.4.26+2+g249c709-1 -> 0.4.27-1)
[2017-07-30 11:54] [ALPM] upgraded evince (3.24.0+12+g717df38f-1 -> 3.24.1-1)
[2017-07-30 11:54] [ALPM] upgraded faac (1.28-5 -> 1.29.3-1)
[2017-07-30 11:54] [ALPM] upgraded faad2 (2.7-4 -> 2.8.1-1)
[2017-07-30 11:54] [ALPM] upgraded libva (1.8.2-1 -> 1.8.3-1)
[2017-07-30 11:54] [ALPM] upgraded freerdp (1:1.2.0_20170201-3 -> 1:2.0.0_rc0-3)
[2017-07-30 11:54] [ALPM] upgraded gjs (1.48.5-1 -> 1.48.6-1)
[2017-07-30 11:54] [ALPM] upgraded libproxy (0.4.15-3 -> 0.4.15-4)
[2017-07-30 11:54] [ALPM] upgraded webkit2gtk (2.16.5-1 -> 2.16.6-1)
[2017-07-30 11:54] [ALPM] upgraded gnome-online-accounts (3.24.1-1 -> 3.24.1+4+g6e8f45ff-1)
[2017-07-30 11:54] [ALPM] upgraded libgusb (0.2.10-1 -> 0.2.11-1)
[2017-07-30 11:54] [ALPM] upgraded gtk3-print-backends (3.22.16-1 -> 3.22.17-1)
[2017-07-30 11:54] [ALPM] upgraded gnome-settings-daemon (3.24.2-1 -> 3.24.3-1)
[2017-07-30 11:54] [ALPM] upgraded libinput (1.8.0-2 -> 1.8.1-1)
[2017-07-30 11:54] [ALPM] upgraded openal (1.18.0-1 -> 1.18.0-2)
[2017-07-30 11:54] [ALPM] upgraded vulkan-icd-loader (1.0.51.0-1 -> 1.0.54.0-2)
[2017-07-30 11:54] [ALPM] upgraded gnupg (2.1.21-3 -> 2.1.22-1)
[2017-07-30 11:54] [ALPM] upgraded python2 (2.7.13-3 -> 2.7.13-4)
[2017-07-30 11:54] [ALPM] upgraded talloc (2.1.9-1 -> 2.1.10-1)
[2017-07-30 11:54] [ALPM] upgraded gnome-control-center (3.24.2-1 -> 3.24.3-1)
[2017-07-30 11:54] [ALPM] upgraded gptfdisk (1.0.1-2 -> 1.0.3-1)
[2017-07-30 11:54] [ALPM] upgraded lvm2 (2.02.172-2 -> 2.02.173-1)
[2017-07-30 11:54] [ALPM] upgraded xfsprogs (4.11.0-1 -> 4.12.0-1)
[2017-07-30 11:54] [ALPM] upgraded gvfs (1.32.1+3+gd852665e-1 -> 1.32.1+5+gf0d758df-1)
[2017-07-30 11:54] [ALPM] upgraded gnome-documents (3.24.2-1 -> 3.24.3-1)
[2017-07-30 11:54] [ALPM] upgraded gnome-logs (3.24.1+1+gf949685-1 -> 3.24.2-1)
[2017-07-30 11:54] [ALPM] upgraded mutter (3.24.3-1 -> 3.24.4-1)
[2017-07-30 11:54] [ALPM] upgraded gnome-shell (3.24.2-1 -> 3.24.3-1)
[2017-07-30 11:54] [ALPM] upgraded gnome-shell-extensions (3.24.2-1 -> 3.24.3-1)
[2017-07-30 11:54] [ALPM] upgraded gvfs-afc (1.32.1+3+gd852665e-1 -> 1.32.1+5+gf0d758df-1)
[2017-07-30 11:54] [ALPM] upgraded gvfs-goa (1.32.1+3+gd852665e-1 -> 1.32.1+5+gf0d758df-1)
[2017-07-30 11:54] [ALPM] upgraded gvfs-google (1.32.1+3+gd852665e-1 -> 1.32.1+5+gf0d758df-1)
[2017-07-30 11:54] [ALPM] upgraded gvfs-gphoto2 (1.32.1+3+gd852665e-1 -> 1.32.1+5+gf0d758df-1)
[2017-07-30 11:54] [ALPM] upgraded gvfs-mtp (1.32.1+3+gd852665e-1 -> 1.32.1+5+gf0d758df-1)
[2017-07-30 11:54] [ALPM] upgraded gvfs-nfs (1.32.1+3+gd852665e-1 -> 1.32.1+5+gf0d758df-1)
[2017-07-30 11:54] [ALPM] upgraded gvfs-smb (1.32.1+3+gd852665e-1 -> 1.32.1+5+gf0d758df-1)
[2017-07-30 11:54] [ALPM] upgraded haskell-x509 (1.6.5-21 -> 1.7.1-1)
[2017-07-30 11:54] [ALPM] upgraded haskell-x509-store (1.6.2-22 -> 1.6.3-1)
[2017-07-30 11:54] [ALPM] upgraded haskell-x509-validation (1.6.5-22 -> 1.6.8-1)
[2017-07-30 11:54] [ALPM] upgraded haskell-tls (1.3.11-3 -> 1.3.11-4)
[2017-07-30 11:54] [ALPM] upgraded haskell-x509-system (1.6.4-22 -> 1.6.5-1)
[2017-07-30 11:54] [ALPM] upgraded haskell-connection (0.2.8-17 -> 0.2.8-18)
[2017-07-30 11:54] [ALPM] upgraded haskell-http-client-tls (0.3.5.1-6 -> 0.3.5.1-7)
[2017-07-30 11:54] [ALPM] upgraded haskell-temporary (1.2.1-2 -> 1.2.1.1-1)
[2017-07-30 11:54] [ALPM] upgraded intltool (0.51.0-2 -> 0.51.0-3)
[2017-07-30 11:54] [ALPM] upgraded jre8-openjdk-headless (8.u131-1 -> 8.u144-1)
[2017-07-30 11:54] [ALPM] upgraded jre8-openjdk (8.u131-1 -> 8.u144-1)
[2017-07-30 11:55] [ALPM] upgraded jdk8-openjdk (8.u131-1 -> 8.u144-1)
[2017-07-30 11:55] [ALPM] upgraded lib32-expat (2.2.0-1 -> 2.2.2-1)
[2017-07-30 11:55] [ALPM] upgraded lib32-libdrm (2.4.81-1 -> 2.4.82-1)
[2017-07-30 11:55] [ALPM] upgraded lib32-libjpeg-turbo (1.5.1-1 -> 1.5.2-1)
[2017-07-30 11:55] [ALPM] upgraded lib32-libpng (1.6.29-1 -> 1.6.30-1)
[2017-07-30 11:55] [ALPM] upgraded lib32-util-linux (2.29.2-1 -> 2.30.1-1)
[2017-07-30 11:55] [ALPM] upgraded libmwaw (0.3.11-1 -> 0.3.12-1)
[2017-07-30 11:55] [ALPM] upgraded libnautilus-extension (3.24.1-1 -> 3.24.2-1)
[2017-07-30 11:55] [ALPM] upgraded libpipeline (1.4.1-1 -> 1.4.2-1)
[2017-07-30 11:55] [ALPM] upgraded libwnck3 (3.24.0-1 -> 3.24.1-1)
[2017-07-30 11:55] [ALPM] upgraded libwps (0.4.6-1 -> 0.4.7-1)
[2017-07-30 11:55] [ALPM] upgraded linux (4.12.2-1 -> 4.12.4-1)
[2017-07-30 11:55] [ALPM] upgraded man-pages (4.11-1 -> 4.12-1)
[2017-07-30 11:55] [ALPM] upgraded mpg123 (1.25.0-1 -> 1.25.4-1)
[2017-07-30 11:55] [ALPM] upgraded nano (2.8.5-1 -> 2.8.6-1)
[2017-07-30 11:55] [ALPM] upgraded nautilus (3.24.1-1 -> 3.24.2-1)
[2017-07-30 11:55] [ALPM] upgraded nodejs (8.1.4-1 -> 8.2.1-1)
[2017-07-30 11:55] [ALPM] upgraded openvpn (2.4.3-2 -> 2.4.3-3)
[2017-07-30 11:55] [ALPM] upgraded pacman-mirrorlist (20170714-1 -> 20170729-1)
[2017-07-30 11:55] [ALPM] upgraded package-query (1.8-1 -> 1.9-1)
[2017-07-30 11:55] [ALPM] upgraded pandoc (1.19.2.1-91 -> 1.19.2.1-93)
[2017-07-30 11:55] [ALPM] upgraded pandoc-citeproc (0.10.5.1-20 -> 0.10.5.1-22)
[2017-07-30 11:55] [ALPM] upgraded perl-uri (1.71-2 -> 1.72-1)
[2017-07-30 11:55] [ALPM] upgraded polari (3.24.1+2+g8c0e0fd-1 -> 3.24.2-1)
[2017-07-30 11:55] [ALPM] upgraded python-decorator (4.0.11-1 -> 4.1.1-1)
[2017-07-30 11:55] [ALPM] upgraded python-urllib3 (1.21.1-1 -> 1.22-1)
[2017-07-30 11:55] [ALPM] upgraded python-requests (2.18.1-1 -> 2.18.2-1)
[2017-07-30 11:55] [ALPM] upgraded scala (2.12.2-1 -> 2.12.3-1)
[2017-07-30 11:55] [ALPM] upgraded semver (5.3.0-1 -> 5.4.1-1)
[2017-07-30 11:55] [ALPM] upgraded systemd-sysvcompat (234.0-2 -> 234.11-1)
[2017-07-30 11:55] [ALPM] upgraded texmaker (5.0-1 -> 5.0.1-1)
[2017-07-30 11:55] [ALPM] upgraded transcode (1.1.7-22 -> 1.1.7-23)
[2017-07-30 11:55] [ALPM] upgraded whois (5.2.16-1 -> 5.2.17-1)
[2017-07-30 11:55] [ALPM] upgraded wine (2.12-2 -> 2.13-1)
[2017-07-30 11:55] [ALPM] upgraded xf86-input-wacom (0.34.2-1 -> 0.35.0-1)
[2017-07-30 11:55] [ALPM] upgraded xournal (0.4.8-2 -> 0.4.8.2016-1)
[2017-07-30 11:55] [ALPM] upgraded yaourt (1.8.1-1 -> 1.9-1)
[2017-07-30 11:55] [ALPM] upgraded zziplib (0.13.66-2 -> 0.13.67-1)
[2017-07-30 12:00] [ALPM] upgraded skypeforlinux-bin (5.3.0.1-1 -> 5.4.0.1-1)
[2017-07-30 19:27] [ALPM] upgraded bind-tools (9.11.1.P3-1 -> 9.11.2-2)
[2017-07-30 19:27] [ALPM] upgraded bind (9.11.1.P3-1 -> 9.11.2-2)
[2017-07-30 19:27] [ALPM] upgraded libreoffice-fresh (5.3.4-2 -> 5.4.0-1)
[2017-07-30 19:27] [ALPM] upgraded python-decorator (4.1.1-1 -> 4.1.2-1)
[2017-08-05 10:36] [ALPM] upgraded libsystemd (234.11-1 -> 234.11-4)
[2017-08-05 10:36] [ALPM] upgraded e2fsprogs (1.43.4-1 -> 1.43.5-1)
[2017-08-05 10:36] [ALPM] upgraded systemd (234.11-1 -> 234.11-4)
[2017-08-05 10:36] [ALPM] upgraded libpng (1.6.30-1 -> 1.6.31-1)
[2017-08-05 10:36] [ALPM] upgraded sqlite (3.19.3-1 -> 3.20.0-1)
[2017-08-05 10:36] [ALPM] upgraded libxkbcommon (0.7.1-1 -> 0.7.2-1)
[2017-08-05 10:36] [ALPM] upgraded libbytesize (0.10-1 -> 0.11-1)
[2017-08-05 10:36] [ALPM] upgraded libpsl (0.17.0-2 -> 0.18.0-1)
[2017-08-05 10:36] [ALPM] upgraded brasero (3.12.1-2 -> 3.12.2-1)
[2017-08-05 10:36] [ALPM] upgraded re2 (20170501-1 -> 20170801-1)
[2017-08-05 10:36] [ALPM] upgraded chromium (60.0.3112.78-1 -> 60.0.3112.90-1)
[2017-08-05 10:36] [ALPM] upgraded poppler (0.56.0-1 -> 0.57.0-1)
[2017-08-05 10:36] [ALPM] upgraded cups-filters (1.16.0-1 -> 1.16.0-2)
[2017-08-05 10:36] [ALPM] upgraded gedit (3.22.0+44+ge706c1259-1 -> 3.22.1+1+gd21912e3e-1)
[2017-08-05 10:36] [ALPM] upgraded ghostscript (9.21-2 -> 9.21-3)
[2017-08-05 10:36] [ALPM] upgraded git (2.13.3-2 -> 2.14.0-1)
[2017-08-05 10:36] [ALPM] upgraded glew (2.0.0-1 -> 2.1.0-1)
[2017-08-05 10:36] [ALPM] upgraded gnome-online-accounts (3.24.1+4+g6e8f45ff-1 -> 3.24.2-1)
[2017-08-05 10:36] [ALPM] upgraded gparted (0.28.1-1 -> 0.28.1-2)
[2017-08-05 10:36] [ALPM] upgraded gsfonts (20170501-1 -> 20170720-1)
[2017-08-05 10:36] [ALPM] upgraded haskell-attoparsec (0.13.1.0-16 -> 0.13.2.0-1)
[2017-08-05 10:36] [ALPM] upgraded haskell-aeson (1.1.2.0-11 -> 1.1.2.0-12)
[2017-08-05 10:36] [ALPM] upgraded haskell-aeson-pretty (0.8.5-7 -> 0.8.5-8)
[2017-08-05 10:36] [ALPM] upgraded haskell-conduit-extra (1.1.16-17 -> 1.1.16-18)
[2017-08-05 10:36] [ALPM] upgraded haskell-x509 (1.7.1-1 -> 1.7.2-1)
[2017-08-05 10:36] [ALPM] upgraded haskell-x509-store (1.6.3-1 -> 1.6.5-1)
[2017-08-05 10:36] [ALPM] upgraded haskell-x509-validation (1.6.8-1 -> 1.6.8-3)
[2017-08-05 10:36] [ALPM] upgraded haskell-tls (1.3.11-4 -> 1.3.11-6)
[2017-08-05 10:36] [ALPM] upgraded haskell-x509-system (1.6.5-1 -> 1.6.5-3)
[2017-08-05 10:36] [ALPM] upgraded haskell-connection (0.2.8-18 -> 0.2.8-20)
[2017-08-05 10:36] [ALPM] upgraded haskell-doctemplates (0.1.0.2-26 -> 0.1.0.2-27)
[2017-08-05 10:36] [ALPM] upgraded haskell-http-client-tls (0.3.5.1-7 -> 0.3.5.1-9)
[2017-08-05 10:36] [ALPM] upgraded haskell-pandoc-types (1.17.0.5-21 -> 1.17.0.5-22)
[2017-08-05 10:36] [ALPM] upgraded haskell-skylighting (0.1.1.5-27 -> 0.1.1.5-28)
[2017-08-05 10:36] [ALPM] upgraded haskell-texmath (0.9.4.1-5 -> 0.9.4.1-6)
[2017-08-05 10:36] [ALPM] upgraded haskell-xml-conduit (1.5.1-7 -> 1.5.1-8)
[2017-08-05 10:36] [ALPM] upgraded haskell-yaml (0.8.23.3-1 -> 0.8.23.3-2)
[2017-08-05 10:36] [ALPM] upgraded libgit2-glib (0.25.0-2 -> 0.26.0-1)
[2017-08-05 10:36] [ALPM] upgraded libreoffice-fresh (5.4.0-1 -> 5.4.0-2)
[2017-08-05 10:36] [ALPM] upgraded libsynctex (2017.44590-1 -> 2017.44590-2)
[2017-08-05 10:36] [ALPM] upgraded libxkbcommon-x11 (0.7.1-1 -> 0.7.2-1)
[2017-08-05 10:36] [ALPM] upgraded nmap (7.50-1 -> 7.60-1)
[2017-08-05 10:36] [ALPM] upgraded openal (1.18.0-2 -> 1.18.1-1)
[2017-08-05 10:36] [ALPM] upgraded pandoc (1.19.2.1-93 -> 1.19.2.1-96)
[2017-08-05 10:36] [ALPM] upgraded pandoc-citeproc (0.10.5.1-22 -> 0.10.5.1-25)
[2017-08-05 10:36] [ALPM] upgraded perl-http-cookies (6.03-2 -> 6.04-1)
[2017-08-05 10:36] [ALPM] upgraded poppler-glib (0.56.0-1 -> 0.57.0-1)
[2017-08-05 10:36] [ALPM] upgraded poppler-qt5 (0.56.0-1 -> 0.57.0-1)
[2017-08-05 10:36] [ALPM] upgraded python-setuptools (1:36.2.4-1 -> 1:36.2.7-1)
[2017-08-05 10:36] [ALPM] upgraded python-requests (2.18.2-1 -> 2.18.3-1)
[2017-08-05 10:36] [ALPM] upgraded recode (3.6-9 -> 3.6-10)
[2017-08-05 10:36] [ALPM] upgraded s-nail (14.9.0-1 -> 14.9.3-1)
[2017-08-05 10:36] [ALPM] upgraded systemd-sysvcompat (234.11-1 -> 234.11-4)
[2017-08-05 10:36] [ALPM] upgraded texlive-bin (2017.44590-1 -> 2017.44590-2)
[2017-08-05 10:37] [ALPM] upgraded texlive-core (2017.44515-1 -> 2017.44918-1)
[2017-08-05 10:37] [ALPM] upgraded texlive-latexextra (2017.44514-1 -> 2017.44907-1)
[2017-08-05 10:37] [ALPM] upgraded texlive-pictures (2017.44513-1 -> 2017.44899-1)
[2017-08-05 10:37] [ALPM] upgraded texlive-pstricks (2017.44511-1 -> 2017.44742-1)
[2017-08-05 10:37] [ALPM] upgraded texlive-publishers (2017.44485-1 -> 2017.44916-1)
[2017-08-05 10:37] [ALPM] upgraded texlive-science (2017.44478-1 -> 2017.44906-1)
[2017-08-05 10:37] [ALPM] upgraded vim-runtime (8.0.0722-1 -> 8.0.0851-1)
[2017-08-05 10:37] [ALPM] upgraded vim (8.0.0722-1 -> 8.0.0851-1)
[2017-08-05 10:37] [ALPM] upgraded wine (2.13-1 -> 2.14-1)

Offline

#12 2017-08-05 13:01:48

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,369

Re: [SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

Try "export QT_AUTO_SCREEN_SCALE_FACTOR=0" and see https://wiki.archlinux.org/index.php/HiDPI#Qt_5

Offline

#13 2017-08-05 13:03:44

adrin
Member
Registered: 2017-08-05
Posts: 13

Re: [SOLVED] QT5 apps (texmaker for instance) look odd in Gnome3

seth wrote:

Try "export QT_AUTO_SCREEN_SCALE_FACTOR=0" and see https://wiki.archlinux.org/index.php/HiDPI#Qt_5

SOLVED! Thanks!

Offline

Board footer

Powered by FluxBB