Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,664 events total
2024-09-02 05:52:19 lambdabot joins (~lambdabot@haskell/bot/lambdabot)
2024-09-02 06:54:54 × ft quits (~ft@p4fc2a393.dip0.t-ipconnect.de) (Quit: leaving)
2024-09-02 07:15:19 Miroboru joins (~myrvoll@178-164-114.82.3p.ntebredband.no)
2024-09-02 08:48:44 Digitteknohippie joins (~user@user/digit)
2024-09-02 08:49:27 × Digit quits (~user@user/digit) (Ping timeout: 276 seconds)
2024-09-02 08:57:23 × Digitteknohippie quits (~user@user/digit) (Remote host closed the connection)
2024-09-02 08:58:57 Digitteknohippie joins (~user@user/digit)
2024-09-02 09:21:42 × Digitteknohippie quits (~user@user/digit) (Ping timeout: 246 seconds)
2024-09-02 09:28:21 Digit joins (~user@user/digit)
2024-09-02 09:35:56 × Digit quits (~user@user/digit) (Ping timeout: 272 seconds)
2024-09-02 10:32:24 Digit joins (~user@user/digit)
2024-09-02 11:03:36 ash3en joins (~Thunderbi@89.246.174.164)
2024-09-02 11:09:51 × ash3en quits (~Thunderbi@89.246.174.164) (Ping timeout: 246 seconds)
2024-09-02 12:40:29 × tv quits (~tv@user/tv) (Ping timeout: 260 seconds)
2024-09-02 13:03:04 Lears joins (~Leary@user/Leary/x-0910699)
2024-09-02 13:04:54 × Leary quits (~Leary@user/Leary/x-0910699) (Ping timeout: 252 seconds)
2024-09-02 13:15:38 tv joins (~tv@user/tv)
2024-09-02 13:33:40 ash3en joins (~Thunderbi@89.246.174.164)
2024-09-02 13:37:53 × ash3en quits (~Thunderbi@89.246.174.164) (Ping timeout: 248 seconds)
2024-09-02 14:13:48 × catman quits (~catman@user/catman) (Ping timeout: 276 seconds)
2024-09-02 14:15:19 catman joins (~catman@user/catman)
2024-09-02 14:27:16 × catman quits (~catman@user/catman) (Ping timeout: 272 seconds)
2024-09-02 14:30:26 catman joins (~catman@user/catman)
2024-09-02 15:19:20 ash3en joins (~Thunderbi@89.246.174.164)
2024-09-02 15:34:07 × ash3en quits (~Thunderbi@89.246.174.164) (*.net *.split)
2024-09-02 15:34:07 × zawaken quits (~zawaken@user/zawaken) (*.net *.split)
2024-09-02 15:34:08 × liskin quits (~liskin@xmonad/liskin) (*.net *.split)
2024-09-02 15:34:08 × Jazzah quits (~jazz@user/jazzah) (*.net *.split)
2024-09-02 15:35:37 zawaken joins (~zawaken@user/zawaken)
2024-09-02 15:35:37 liskin joins (~liskin@xmonad/liskin)
2024-09-02 15:35:37 Jazzah joins (~jazz@user/jazzah)
2024-09-02 15:41:01 ash3en joins (~Thunderbi@146.70.124.158)
2024-09-02 15:49:10 × ash3en quits (~Thunderbi@146.70.124.158) (Quit: ash3en)
2024-09-02 16:47:04 <T_X> geekosaur: tried that now, did this: sudo apt-get remove xmonad libghc-xmonad-contrib-dev libghc-xmonad-dev libghc-xmonad-extras-dev; cabal update && cabal install --package-env=$HOME/.config/xmonad --lib base xmonad xmonad-contrib && cabal install --package-env=$HOME/.config/xmonad xmonad
2024-09-02 16:47:39 <T_X> but when I try "xmonad --recompile" after that then I get all kinds of errors / it does not seem to find the libraries then: https://paste.linuxlounge.net/MU
2024-09-02 16:48:19 <T_X> ~/.xmonad/.ghc.environment.* does not exist for me
2024-09-02 16:53:34 <Lears> T_X: Since you're putting the package env in $HOME/.config/xmonad, that's where your config should be too, and ~/.xmonad should not exist.
2024-09-02 17:39:31 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2024-09-02 17:44:31 <T_X> Lears: yaiy, that seems to get me further! now getting some compile issues with Graphics.X11: https://paste.linuxlounge.net/OI
2024-09-02 17:47:21 <Lears> T_X: cabal install --package-env=$HOME/.config/xmonad --lib X11
2024-09-02 17:54:56 <T_X> thanks, that again helped! now I'm wondering if "xmonad --restart" does somehow not work for me. it returns 0 / success. but I don't see it redoing the spawnOn stuff. and still have steam flicker
2024-09-02 18:03:22 <T_X> ~/.xsession-errors after "xmonad --restart" says: xmonad: executeFile: does not exist (No such file or directory)
2024-09-02 18:09:09 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 246 seconds)
2024-09-02 18:09:29 ash3en joins (~Thunderbi@146.70.124.158)
2024-09-02 18:13:46 <Lears> T_X: Wherever cabal installed the xmonad binary (~/.local/bin?), you need to add it to your $PATH in e.g. ~/.profile (not ~/.*shrc).
2024-09-02 18:23:25 <T_X> echo $PATH -> /home/linus/.cabal/bin:/home/linus/.local/bin:/home/linus/bin:/home/linus/bin/:/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
2024-09-02 18:23:41 <T_X> ls -lah /home/linus/.cabal/bin/xmonad -> lrwxrwxrwx 1 linus linus 117 Sep 2 19:47 /home/linus/.cabal/bin/xmonad -> ../store/ghc-9.4.7/xmonad-0.18.0-e-xmonad-f5025fb718719193d9dd3b1c1d143db0bbef770efcc9469d8b9114aa57135387/bin/xmonad
2024-09-02 18:23:50 <geekosaur> also beware that the same is true when starting it the first time (as part of your X session), with the complication that your shell dotfiles won't be involved so you need to set $PATH somewhere else
2024-09-02 18:24:23 <geekosaur> and that's the path that `xmonad --restart` will use, again not your terminal's PATH
2024-09-02 18:24:37 <T_X> and I currently have PATH="$HOME/.cabal/bin:$PATH" in my ~/.zshrc
2024-09-02 18:24:45 <T_X> and zsh is my default shell
2024-09-02 18:25:10 <T_X> (for this user. hm, though /bin/sh is dash)
2024-09-02 18:25:49 <geekosaur> https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/10profile
2024-09-02 18:26:44 <geekosaur> which on debian/ubuntu goes in /etc/X11/Xsession.d/10profile
2024-09-02 18:31:59 <Lears> T_X: I repeat, /not/ in ~/.*shrc. That only sets the env var for your terminal, not for your session and hence not for xmonad.
2024-09-02 18:41:54 <T_X> ok, "sudo ln -s /home/linus/.cabal/bin/xmonad /usr/local/bin/" or "sudo ln -s /home/linus/.xmonad/xmonad-x86_64-linux /usr/local/bin/xmonad" also worked. are these supposed to be equivalent? I'm also still confused why I wouldn't need that when using the Debian version
2024-09-02 18:42:26 <T_X> also, this fixes my steam menu flicker issue. but it does not fix the issues I'm having with SteamVR
2024-09-02 18:43:46 × todi_away quits (~todi@p57803331.dip0.t-ipconnect.de) (Ping timeout: 272 seconds)
2024-09-02 18:48:42 todi joins (~todi@p57803331.dip0.t-ipconnect.de)
2024-09-02 18:50:43 <geekosaur> debian patches their xmonad
2024-09-02 18:51:19 <geekosaur> also, it's installed in /usr/bin so it's always in $PATH
2024-09-02 18:52:06 <Lears> T_X: The former looks like a reasonable enough alternative to setting your PATH properly. The latter is an error; undo it.
2024-09-02 18:52:12 <geekosaur> those two are not quite equivalent, and in particular you may lose automatic rebuilding if you link to /home/linus/.xmonad/xmonad-x86_64-linux
2024-09-02 18:57:33 <T_X> k. hm, the Steam menu flicker seems gone with 0.18 even without adding fixSteamFlicker to the handleEventHook
2024-09-02 19:05:44 ChubaDuba joins (~ChubaDuba@176.212.47.88)
2024-09-02 19:32:30 × Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Quit: leaving)
2024-09-02 19:52:23 ash3en1 joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2024-09-02 19:53:05 × ash3en quits (~Thunderbi@146.70.124.158) (Ping timeout: 255 seconds)
2024-09-02 19:53:05 ash3en1 is now known as ash3en
2024-09-02 20:10:03 ash3en1 joins (~Thunderbi@146.70.124.158)
2024-09-02 20:10:14 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 260 seconds)
2024-09-02 20:10:14 ash3en1 is now known as ash3en
2024-09-02 20:18:51 × hightower2 quits (~hightower@213.186.15.36) (Remote host closed the connection)
2024-09-02 20:20:23 × ChubaDuba quits (~ChubaDuba@176.212.47.88) (Quit: WeeChat 4.3.3)
2024-09-02 20:20:25 hightower2 joins (~hightower@213.186.15.36)
2024-09-02 20:20:47 dxld_ joins (a6d27c8ee6@2a03:6000:1812:100::52)
2024-09-02 20:20:52 wsx_ joins (055e6b628d@2a03:6000:1812:100::dd6)
2024-09-02 20:20:53 raghavgururajan_ joins (ea769b8000@user/raghavgururajan)
2024-09-02 20:20:55 kitaleth_ joins (23bd17ddc6@sourcehut/user/alethkit)
2024-09-02 20:21:20 × hightower2 quits (~hightower@213.186.15.36) (Remote host closed the connection)
2024-09-02 20:21:31 bsima- joins (~bsima@2604:a880:400:d0::19f1:7001)
2024-09-02 20:21:37 Solid_ joins (~slot@xmonad/slotThe)
2024-09-02 20:22:33 haskellbridge_ joins (~hackager@syn-024-093-192-219.res.spectrum.com)
2024-09-02 20:23:38 × ash3en quits (~Thunderbi@146.70.124.158) (Quit: ash3en)
2024-09-02 20:25:33 × kitaleth quits (23bd17ddc6@sourcehut/user/alethkit) (Ping timeout: 246 seconds)
2024-09-02 20:25:33 × wsx quits (055e6b628d@2a03:6000:1812:100::dd6) (Ping timeout: 246 seconds)
2024-09-02 20:25:33 × haskellbridge quits (~hackager@syn-024-093-192-219.res.spectrum.com) (Ping timeout: 246 seconds)
2024-09-02 20:25:33 × raghavgururajan quits (ea769b8000@user/raghavgururajan) (Ping timeout: 246 seconds)
2024-09-02 20:25:33 × bsima quits (~bsima@2604:a880:400:d0::19f1:7001) (Ping timeout: 246 seconds)
2024-09-02 20:25:34 × dxld quits (a6d27c8ee6@2a03:6000:1812:100::52) (Ping timeout: 246 seconds)
2024-09-02 20:25:34 × Solid quits (~slot@xmonad/slotThe) (Ping timeout: 246 seconds)
2024-09-02 20:25:34 wsx_ is now known as wsx
2024-09-02 20:25:34 dxld_ is now known as dxld
2024-09-02 20:25:35 kitaleth_ is now known as kitaleth
2024-09-02 20:25:35 raghavgururajan_ is now known as raghavgururajan
2024-09-02 20:27:26 haskellbridge_ is now known as haskellbridge
2024-09-02 20:38:52 hightower2 joins (~hightower@213.186.15.36)
2024-09-02 21:16:11 ft joins (~ft@p4fc2a393.dip0.t-ipconnect.de)
2024-09-02 22:23:30 kaskal joins (~kaskal@089144220050.atnat0029.highway.webapn.at)
2024-09-02 22:24:41 × kaskal quits (~kaskal@089144220050.atnat0029.highway.webapn.at) (Client Quit)

All times are in UTC.