ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
<exkc> whot1: i think it is both a touch pad and touch screen drvier
<exkc> maybe also stylus?
<soreau> exkc: not to be assumed
<exkc> alr
karenw has joined #wayland
<exkc> sry
<karl3fox> That's legit soreau, ill go fixate my ADHD brain on something else for a bit
glennk has quit [Ping timeout: 480 seconds]
slim has joined #wayland
sima has quit [Ping timeout: 480 seconds]
<karenw> Is it possible to force libdecor to select a different backend?
<karenw> s/backend/plugin
<riteo> karenw: I have no idea either but a quick workaround I use is copying the plugin I need to a random dir and set the libdecor plugin dir env var to point to it
<riteo> one sec I'll look it up cause I don't remember it by heart
<riteo> `LIBDECOR_PLUGIN_DIR`
bjorkintosh has quit [Ping timeout: 480 seconds]
<riteo> also a quick `git grep getenv` returns no envar that might do that, so I'm afraid it's not possible to force a specific plugin
<karenw> I guess I can just spin up `mutter --nested` and set WAYLAND_DISPLAY to e.g. force gtk backend
<karenw> I'll give the LIBDECOR PLUGIN DIR a go, thanks.
Calandracas has quit [Remote host closed the connection]
Calandracas has joined #wayland
Brainium has quit [Quit: Konversation terminated!]
Brainium has joined #wayland
<riteo> yw
gryffus_ has quit []
txtsd has quit [Remote host closed the connection]
Brainium has quit [Quit: Konversation terminated!]
txtsd has joined #wayland
karenw has quit [Ping timeout: 480 seconds]
karenw has joined #wayland
karenw has quit []
karenw has joined #wayland
kts has joined #wayland
adamtajti has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
kts has quit [Quit: Leaving]
kts has joined #wayland
kts has quit [Quit: Leaving]
mxz__ has joined #wayland
mxz_ has quit [Ping timeout: 480 seconds]
mxz has quit [Ping timeout: 480 seconds]
garnacho has quit [Ping timeout: 480 seconds]
mxz has joined #wayland
karenw has quit [Ping timeout: 480 seconds]
kts has joined #wayland
ity has quit [Quit: WeeChat 4.4.3]
ity has joined #wayland
kts has quit [Quit: Leaving]
riteo has quit [Ping timeout: 480 seconds]
adamtajti has joined #wayland
feaneron has quit [Ping timeout: 480 seconds]
bindu has quit [Remote host closed the connection]
bindu has joined #wayland
glennk has joined #wayland
garnacho has joined #wayland
iomari891 has quit [Ping timeout: 480 seconds]
iomari891 has joined #wayland
iomari891 has quit [Ping timeout: 480 seconds]
coldfeet has joined #wayland
iomari891 has joined #wayland
iomari891 has quit [Ping timeout: 480 seconds]
crazybyte has quit [Ping timeout: 480 seconds]
Lucretia has quit []
Lucretia has joined #wayland
mriesch_ has joined #wayland
mriesch has quit [Ping timeout: 480 seconds]
mriesch_ has quit []
mriesch has joined #wayland
leon-anavi has joined #wayland
kts has joined #wayland
rasterman has joined #wayland
<emersion> jadahl: ^
kts has quit [Quit: Leaving]
rasterman has quit [Quit: Gettin' stinky!]
lsd|2 has joined #wayland
kts has joined #wayland
Moprius has joined #wayland
Moprius has quit [Remote host closed the connection]
Brainium has joined #wayland
leon-anavi has quit [Remote host closed the connection]
nerdopolis has joined #wayland
kts has quit [Quit: Leaving]
sima has joined #wayland
bjorkintosh has joined #wayland
kts has joined #wayland
iomari891 has joined #wayland
atticf has quit [Ping timeout: 480 seconds]
kts has quit [Ping timeout: 480 seconds]
atticf has joined #wayland
kts has joined #wayland
pramodvu has joined #wayland
iomari891 has quit [Quit: WeeChat 4.3.1]
Brainium has quit [Quit: Konversation terminated!]
Brainium has joined #wayland
iomari891 has joined #wayland
fabcal has joined #wayland
pramodvu has quit [Quit: Konversation terminated!]
pramodvu has joined #wayland
fossdd has quit [Remote host closed the connection]
FreeFull has quit []
FreeFull has joined #wayland
feaneron has joined #wayland
iomari891 has quit [Ping timeout: 480 seconds]
pramodvu has quit [Remote host closed the connection]
pramodvu has joined #wayland
pramodvu has quit [Remote host closed the connection]
f_ is now known as funderscore
coldfeet has quit [Remote host closed the connection]
rgallaispou has joined #wayland
Brainium has quit [Quit: Konversation terminated!]
riteo has joined #wayland
lsd|2 has quit [Quit: KVIrc 5.2.2 Quasar http://www.kvirc.net/]
pramodvu has joined #wayland
pramodvu has quit []
pramodvu has joined #wayland
pramodvu has quit []
pramodvu has joined #wayland
kts has quit [Quit: Leaving]
rasterman has joined #wayland
Narrat has joined #wayland
iomari891 has joined #wayland
feaneron has quit [Ping timeout: 480 seconds]
dviola has joined #wayland
<dviola> hi, the issue I mentioned the other day with fonts disappearing after my monitor going off/on with bitcoin-qt also happens with other qt5 apps (keepassxc), so it's probably something else other than the app itself, how can I rule out this being a qt5 issue or a driver/xwayland issue?
funderscore is now known as f_
<kennylevinsen> dviola: Drivers and Wayland are not involved in fonts. Wayland deals with stuff that has finished drawing
<dviola> makes sense
<kennylevinsen> Fonts would be dealt with by some combination of harfbuzz, pango, fontconfig - or whatever qt decided to use
<kennylevinsen> Not familiar with what font bits X11 might expose on the Xwayland side though
fabcal has quit [Quit: Leaving]
karl3fox has quit [Quit: Page closed]
<dviola> I see, for some reason adding fonts like terminus-font makes things a little better, removing it makes it worse
<dviola> by worse I mean, fonts vanish, with terminus-font they're still readable
<soreau> maybe you can compare wayland and x11 backends with a qt app that supports both by setting QT_QPA_PLATFORM
<dviola> I'm puzzled because I can seem to only trigger this when running a wayland session with xwayland, doesn't happen at all if I run e.g. i3 and then sway+xwayland inside of it
<soreau> so it only happens with drm backend, not wayland backend?
<dviola> soreau: with xcb afaik, but yes
<dviola> soreau: i.e. it's fine with QT_QPA_PLATFORM=wayland but not with QT_QPA_PLATFORM=xcb
<dviola> with qt6 it's fine with both, xcb and wayland
<soreau> sounds like a qt5 xcb platform bug then?
pramodvu has quit [Quit: Konversation terminated!]
<dviola> yeah
pramodvu has joined #wayland
<soreau> and it sounds like you have enough to file a qt(5) issue..
<soreau> but since it's working in qt6, maybe the answer is to upgrade to qt6
pramodvu has quit []
pramodvu has joined #wayland
<dviola> right, thanks
<soreau> 👍
karenw has joined #wayland
JakeSays1 has joined #wayland
JakeSays has quit [Ping timeout: 480 seconds]
bluetail has quit [Remote host closed the connection]
bluetail has joined #wayland
sima has quit [Ping timeout: 480 seconds]
fossdd has joined #wayland
rgallaispou has quit [Quit: WeeChat 4.4.2]
yrlf has quit [Quit: The Lounge - https://thelounge.chat]
yrlf has joined #wayland
pramodvu has quit [Quit: Konversation terminated!]
pramodvu has joined #wayland
pramodvu has quit []
pramodvu has joined #wayland
pramodvu_ has joined #wayland
pramodvu has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
pramodvu has joined #wayland
Narrat has quit []
<dviola> I think something on kernel 6.11.6-arch1-1 introduced a regression, now sway on QEMU has the mouse inverted down
<dviola> WLR_RENDERER=pixman makes it go away
pramodvu_ has quit [Ping timeout: 480 seconds]
<dviola> qemu -device virtio-vga-gl -display gtk,gl=on
<dviola> will need to bisect but I wonder if 6.12 makes it go away
julio7359 has joined #wayland
Moprius has joined #wayland
pramodvu has quit [Quit: Konversation terminated!]
pramodvu has joined #wayland
pramodvu has quit []
pramodvu has joined #wayland
Moprius has quit []
bjorkintosh has quit [Ping timeout: 480 seconds]