You are not logged in.

#1 2026-08-11 14:07:07

lassiness
Member
From: Don't Tell The Internet This
Registered: 2026-08-10
Posts: 24
Website

how do i make qt applications use papirus icons

i have installed qt5ct and qt6ct on my archinstalled hyprland, none of those display the papirus icons properly and dont use them

Offline

#2 2026-08-11 15:17:19

SimonJ
Member
From: Spain
Registered: 2021-05-11
Posts: 373
Website

Re: how do i make qt applications use papirus icons

Have you told your environment to use this?

For example Niri needs this

  "QT_QPA_PLATFORMTHEME" "qt6ct"

It seems hyprland needs this

QT_QPA_PLATFORMTHEME=qt6ct

https://bbs.archlinux.org/viewtopic.php?id=300251

Last edited by SimonJ (2026-08-11 15:19:15)


Rlu: 222126

Offline

#3 2026-08-12 06:56:06

lassiness
Member
From: Don't Tell The Internet This
Registered: 2026-08-10
Posts: 24
Website

Re: how do i make qt applications use papirus icons

i do have this in my hyprland.lua

hl.env("XCURSOR_SIZE", "48")
hl.env("HYPRCURSOR_SIZE", "72")
hl.env("QT_QPA_PLATFORM", "wayland;xcb")
hl.env("QT_QPA_PLATFORMTHEME", "qt5ct")
hl.env("QT_STYLE_OVERRIDE", "kvantum")

hl.env("LIBVA_DRIVER_NAME","nvidia")
hl.env("XDG_SESSION_TYPE","wayland")
hl.env("GBM_BACKEND","nvidia-drm")
hl.env("__GLX_VENDOR_LIBRARY_NAME","nvidia")
hl.env("__NV_PRIME_RENDER_OFFLOAD","nvidia")
hl.env("WLR_NO_HARDWARE_CURSORS","1")

hl.env("AQ_DRM_DEVICES","/dev/dri/card0:/dev/dri/card1")

but even the qt5ct app doesn't show the papirus icons

Offline

#4 2026-08-12 07:07:05

mithrial
Member
Registered: 2017-03-05
Posts: 162

Re: how do i make qt applications use papirus icons

You did set the icons in qt5ct and qt5ct?

Offline

#5 2026-08-12 07:22:43

lassiness
Member
From: Don't Tell The Internet This
Registered: 2026-08-10
Posts: 24
Website

Re: how do i make qt applications use papirus icons

the thing is that even when i open qt5ct and qt6ct, the papirus icons option does show up only the names. the icon preview shows something else

Offline

#6 2026-08-12 07:36:56

lassiness
Member
From: Don't Tell The Internet This
Registered: 2026-08-10
Posts: 24
Website

Re: how do i make qt applications use papirus icons

Offline

#7 2026-08-12 07:50:14

SimonJ
Member
From: Spain
Registered: 2021-05-11
Posts: 373
Website

Re: how do i make qt applications use papirus icons

Did you miss the warning at the top, you need to configure it to work, is hyprland not using qt6? If so you need to set and use the qt6 versions.


Rlu: 222126

Offline

#8 2026-08-12 07:50:44

mithrial
Member
Registered: 2017-03-05
Posts: 162

Re: how do i make qt applications use papirus icons

You see that the variables are not applied. The two applications tell you so.
Does it tell you what's missing from the configuration?

Offline

#9 2026-08-12 08:59:59

lassiness
Member
From: Don't Tell The Internet This
Registered: 2026-08-10
Posts: 24
Website

Re: how do i make qt applications use papirus icons

yup i did this

hl.env("XCURSOR_SIZE", "48")
hl.env("HYPRCURSOR_SIZE", "72")
hl.env("QT_QPA_PLATFORM", "wayland;xcb")
hl.env("QT_QPA_PLATFORMTHEME", "qt5ct")
--hl.env("QT_STYLE_OVERRIDE", "kvantum")

the error was only for the kvantum override. i fixed that by commenting it and changing the theme from qt6ct itself and that's fine and all but the icons are still like in the images i shared

Offline

#10 2026-08-12 11:23:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,550

Re: how do i make qt applications use papirus icons

Why are you not using the qt6ct platform theme?
What makes you think the theme is "wrong"?
Looks pretty much like the action icons in https://github.com/PapirusDevelopmentTe … er/Papirus ?

Offline

Board footer

Powered by FluxBB