Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 105 106 107 108 109 110 111 112 113 114 115 .. 1843
184,224 events total
2021-07-02 05:13:35 <backleet> Solid: Hi, is there something I can do to check ppTitleOutput before sending it to polybar? like some kind of xmessage output?
2021-07-02 05:13:36 zenity_bro[m] joins (~zenitybro@2001:470:69fc:105::160f)
2021-07-02 05:23:03 × unclechu quits (~unclechu@2001:470:69fc:105::354) (Quit: node-irc says goodbye)
2021-07-02 05:31:43 <backleet> why haskell is like looking at alien programming language?
2021-07-02 05:33:38 × TAydner[m] quits (~taydinerm@2001:470:69fc:105::3e55) (Quit: node-irc says goodbye)
2021-07-02 05:46:29 <Solid> backleet: for me it's the other language that look alien :>
2021-07-02 05:46:36 <Solid> anyways, would you care to post your config?
2021-07-02 05:47:20 <backleet> Solid: yeah just a sec, it's messy though
2021-07-02 05:52:54 <backleet> Solid: https://dpaste.com/8UZT22NSP
2021-07-02 05:53:29 <backleet> it's not cleaned up, I don't understand haskell just put things until it works lol
2021-07-02 06:00:10 <Solid> try replacing the first part of main' with http://ix.io/3rIj
2021-07-02 06:00:25 <Solid> that should print everything you're sending to polybar to stderr
2021-07-02 06:03:34 <backleet> couldnt match X with IO error I get?
2021-07-02 06:06:34 <Solid> oh right, dynamicLogString is in X, sorry about that
2021-07-02 06:07:51 <backleet> yeah when I comment out trace line it compiles
2021-07-02 06:08:01 <Solid> so we can probably get away with just doing that in the logHook
2021-07-02 06:08:27 <Solid> http://ix.io/3rIq
2021-07-02 06:10:33 <backleet> do I put this after logHook =
2021-07-02 06:10:53 <backleet> oh nvm
2021-07-02 06:11:40 <backleet> Solid: interesting, now the firefox title works?
2021-07-02 06:12:02 <Solid> hah
2021-07-02 06:12:15 <backleet> how?
2021-07-02 06:12:16 <Solid> I would imagine you hadn't recompiled something then
2021-07-02 06:12:24 <backleet> I did
2021-07-02 06:12:36 <Solid> well remove the trace and see :>
2021-07-02 06:13:51 <backleet> it's what you changed in main statement that fixed it
2021-07-02 06:14:05 <backleet> when I reverted back to my own issue came back
2021-07-02 06:14:24 <backleet> I had --main' :: D.Client -> IO ()
2021-07-02 06:14:25 <backleet> --main' dbus = xmonad . docks . ewmh $ def
2021-07-02 06:14:35 <backleet> yours is main' dbus = do
2021-07-02 06:14:37 <backleet> xmonad . docks . ewmh $ def
2021-07-02 06:14:55 <backleet> I don't have do statement I think?
2021-07-02 06:15:48 <Solid> that shouldn't matter
2021-07-02 06:15:51 <backleet> Solid: yep missing "do" statement,
2021-07-02 06:16:26 <backleet> yeah, wasn't fixed
2021-07-02 06:16:39 <backleet> sorry
2021-07-02 06:18:36 <backleet> it's so weird, one of the websites do show title, the rest of the websites don't. Now that i have trace, what do i do next
2021-07-02 06:20:12 <Solid> it prints everything into stderr
2021-07-02 06:20:36 <Solid> which may be ~/.xsession.errors or something, depends on your system
2021-07-02 06:33:17 <backleet> Solid: hmm, I don't have .xsession.errros file
2021-07-02 06:33:59 <backleet> it's so weird though, some websites titles work fine, but some don't
2021-07-02 06:34:56 <Solid> oh could it just be fonts then?
2021-07-02 06:35:44 <Solid> if you don't have an .xsession.errors you might have to log that yourself; depending on how your start xmonad that may be something like `exec startx >& ~/.xsession.errors`
2021-07-02 06:36:01 <backleet> you mean polybar font?
2021-07-02 06:36:19 <Solid> yes
2021-07-02 06:40:21 <backleet> Solid: here's what I mean https://i.ibb.co/MZXwCrj/2021-07-02-113747-772x79-scrot.png
2021-07-02 06:40:45 <backleet> websites title in second tab outputs, but first (reddit) doesn't
2021-07-02 06:40:52 <backleet> doens't seem like font issue
2021-07-02 06:41:40 <Solid> well then we'll need that stderr log :)
2021-07-02 06:52:15 <backleet> Solid: I think caught it
2021-07-02 06:53:10 <backleet> Solid: part of xsession.errors - " %{F-} : []= : %{F#9058c7} Google — Mozilla Firefox %{F-}
2021-07-02 06:53:12 <backleet> Enum.toEnum{Word8}: tag (8212) is outside of bounds (0,255)
2021-07-02 06:53:15 <backleet> "
2021-07-02 06:53:30 <backleet> does this mean anything?
2021-07-02 06:56:33 <backleet> Solid: yep, when I switch to website that outputs title it logs to xsession errors correctly, when changing to website that doesn't log title output, it logs that outside of bounds error to xsession errors
2021-07-02 06:59:58 <Solid> mh, decodeString calls that
2021-07-02 07:01:00 <Solid> I'm not familiar with the dbus API so I don't know if it's necessary
2021-07-02 07:01:12 <Solid> but, uh, remove it and see what happens?
2021-07-02 07:01:34 <backleet> whole decodeString line?
2021-07-02 07:01:53 <backleet> line is body = [D.toVariant $ UTF8.decodeString str]
2021-07-02 07:02:05 <Solid> nono, just the UTF8.decodeString
2021-07-02 07:02:41 <backleet> body = [D.toVariant]?
2021-07-02 07:02:48 <Solid> D.toVariant str
2021-07-02 07:03:01 <Solid> body = [D.toVariant str], to be precise
2021-07-02 07:03:14 <backleet> yessss
2021-07-02 07:23:10 × By_JumperX4[m] quits (~byjumperx@2001:470:69fc:105::a2e) (Quit: node-irc says goodbye)
2021-07-02 07:23:11 × fabfianda[m] quits (~fabfianda@2001:470:69fc:105::6db) (Quit: node-irc says goodbye)
2021-07-02 07:23:11 × Las[m] quits (~lasmatrix@2001:470:69fc:105::74e) (Quit: node-irc says goodbye)
2021-07-02 07:23:11 × liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: node-irc says goodbye)
2021-07-02 07:23:11 × hjulle[m] quits (~hjullemat@2001:470:69fc:105::1dd) (Quit: node-irc says goodbye)
2021-07-02 07:23:11 × thedward[m] quits (~thedwardm@2001:470:69fc:105::f79) (Quit: node-irc says goodbye)
2021-07-02 07:23:12 × sridonhiatus[m] quits (~sridmatri@2001:470:69fc:105::1c2) (Quit: node-irc says goodbye)
2021-07-02 07:23:13 × TomasJakl[m] quits (~jaklttchn@2001:470:69fc:105::a42) (Quit: node-irc says goodbye)
2021-07-02 07:23:15 × zenity_bro[m] quits (~zenitybro@2001:470:69fc:105::160f) (Quit: node-irc says goodbye)
2021-07-02 07:25:13 ServerStatsDisco joins (~serversta@2001:470:69fc:105::1a)
2021-07-02 07:25:37 TAydner[m] joins (~taydinerm@2001:470:69fc:105::3e55)
2021-07-02 07:28:20 MatrixTravelerbo joins (~voyagert2@2001:470:69fc:105::22)
2021-07-02 07:28:20 unrooted joins (~unrooted@2001:470:69fc:105::a4a)
2021-07-02 07:28:29 sibi joins (~sibi@2001:470:69fc:105::8ab)
2021-07-02 07:28:32 irishlucklinux[m joins (~irishluck@2001:470:69fc:105::3818)
2021-07-02 07:28:32 poyidag921[m] joins (~poyidag92@2001:470:69fc:105::221d)
2021-07-02 07:28:32 sfrique[m] joins (~sfriquema@2001:470:69fc:105::3f27)
2021-07-02 07:28:33 lyiriyah[m] joins (~lyiriyahm@2001:470:69fc:105::cc0)
2021-07-02 07:31:21 dkasak[m] joins (~dkasakter@2001:470:69fc:105::a34)
2021-07-02 07:31:22 fabfianda[m] joins (~fabfianda@2001:470:69fc:105::6db)
2021-07-02 07:31:22 gate32[m] joins (~gate32mat@2001:470:69fc:105::9e3)
2021-07-02 07:31:22 hjulle[m] joins (~hjullemat@2001:470:69fc:105::1dd)
2021-07-02 07:31:22 TomasJakl[m] joins (~jaklttchn@2001:470:69fc:105::a42)
2021-07-02 07:31:22 jgart[m] joins (~jgartemat@2001:470:69fc:105::5c9)
2021-07-02 07:31:22 Las[m] joins (~lasmatrix@2001:470:69fc:105::74e)
2021-07-02 07:31:22 Lehvak[m] joins (~lehvakmat@2001:470:69fc:105::469)
2021-07-02 07:31:22 liskin[m] joins (~liskinmat@2001:470:69fc:105::768)
2021-07-02 07:31:22 unclechu joins (~unclechu@2001:470:69fc:105::354)
2021-07-02 07:31:23 thedward[m] joins (~thedwardm@2001:470:69fc:105::f79)
2021-07-02 07:31:23 yuu[m] joins (~yuumatrix@2001:470:69fc:105::8a6)
2021-07-02 07:31:23 Kitty[m] joins (~wrinklehu@2001:470:69fc:105::84e)
2021-07-02 07:31:23 sridonhiatus[m] joins (~sridmatri@2001:470:69fc:105::1c2)
2021-07-02 07:31:33 r0cket2510[m] joins (~r0cket251@2001:470:69fc:105::e00)
2021-07-02 07:31:33 zenity_bro[m] joins (~zenitybro@2001:470:69fc:105::160f)
2021-07-02 07:31:33 AhmedAl-Hamed[m] joins (~asalhamed@2001:470:69fc:105::a2c)

All times are in UTC.