Logs: freenode/#xmonad
| 2021-02-07 14:40:19 | <Liskni_si> | Solid: well, we *did* get insane. |
| 2021-02-07 14:40:37 | <Solid> | hah |
| 2021-02-07 14:56:42 | × | geekosaur quits (ac3a8c42@172.58.140.66) (Ping timeout: 240 seconds) |
| 2021-02-07 14:58:47 | <mc47> | sooooo.... I've created another module like X.H.DynamicBars that uses the new abstraction in #443, with some more changes in X.H.DynamicLog (mainly what we discussed yesterday) |
| 2021-02-07 14:59:05 | <mc47> | I'm not sure how to advance with this |
| 2021-02-07 14:59:28 | <mc47> | should I wait for #443 to be sorted out, or add to the same PR, or open another Draft PR? |
| 2021-02-07 15:05:51 | → | geekosaur joins (ac3a8c42@172.58.140.66) |
| 2021-02-07 15:06:48 | × | jchia1 quits (~jchia@58.32.32.232) (Ping timeout: 256 seconds) |
| 2021-02-07 15:06:53 | → | jchia joins (~jchia@218.80.72.201) |
| 2021-02-07 15:19:59 | <Liskni_si> | I'd say new PR is best, #443 is full of comments and so on and probably almost ready to merge (I haven't seen the last round of changes but it's something I'm trying to get to soon) |
| 2021-02-07 15:20:58 | <geekosaur> | I'd second a new PR |
| 2021-02-07 15:36:15 | <mc47> | A new PR it is |
| 2021-02-07 15:36:22 | <mc47> | I'll cleanup a bit and submit it |
| 2021-02-07 15:36:23 | <mc47> | thanks! |
| 2021-02-07 16:02:06 | × | materiyolo quits (~materiyol@112.204.169.246) (Quit: WeeChat 2.9) |
| 2021-02-07 16:06:48 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 246 seconds) |
| 2021-02-07 16:12:25 | × | notis quits (~notis@185.51.134.229) (Ping timeout: 240 seconds) |
| 2021-02-07 16:14:47 | → | notis joins (~notis@185.51.134.229) |
| 2021-02-07 16:15:05 | × | eb0t_ quits (~eblip@unaffiliated/eblip) (Ping timeout: 240 seconds) |
| 2021-02-07 16:15:56 | × | eb0t quits (~eblip@unaffiliated/eblip) (Ping timeout: 256 seconds) |
| 2021-02-07 16:25:00 | × | notis quits (~notis@185.51.134.229) (Ping timeout: 256 seconds) |
| 2021-02-07 16:27:06 | → | notis joins (~notis@45.134.22.110) |
| 2021-02-07 16:28:43 | × | geekosaur quits (ac3a8c42@172.58.140.66) (Quit: Connection closed) |
| 2021-02-07 16:29:42 | → | eb0t_ joins (~eblip@unaffiliated/eblip) |
| 2021-02-07 16:31:03 | → | eb0t joins (~eblip@unaffiliated/eblip) |
| 2021-02-07 17:10:13 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-02-07 17:19:35 | <endiruna> | hello. how can I bind a key to go to next non empty workspace ? |
| 2021-02-07 17:20:07 | <endiruna> | i am looking into CycleWS but I did not manage |
| 2021-02-07 17:27:13 | <Liskni_si> | endiruna: I'd expect "doTo Next NonEmptyWS" to do this, does it not work |
| 2021-02-07 17:27:15 | <Liskni_si> | ? |
| 2021-02-07 17:35:23 | → | geekosaur joins (82650c7a@130.101.12.122) |
| 2021-02-07 17:37:12 | <endiruna> | doTo? |
| 2021-02-07 17:37:20 | <endiruna> | ok |
| 2021-02-07 17:39:09 | <geekosaur> | goTo, I think. but what did you try and what happened instead of what you wanted? |
| 2021-02-07 17:39:12 | <Liskni_si> | oh, moveTo |
| 2021-02-07 17:39:37 | <Liskni_si> | hands are faster than brains these days :-) |
| 2021-02-07 17:40:04 | <geekosaur> | actually moveTo, yeh |
| 2021-02-07 17:40:25 | <geekosaur> | which sounds wrong but the action you might think of for "move" is actually called "shift" in xmonad |
| 2021-02-07 17:41:03 | geekosaur | had to dig out his own usage of it to see what the correct one was |
| 2021-02-07 18:26:19 | <geekosaur> | aaaand I just tripped over a new zsh bug (add a nonexistent dir to $PATH and the whole PATH var gets nuked) |
| 2021-02-07 18:31:33 | <geekosaur> | …I have a dep on dbus, which causes it to build half of Hackage |
| 2021-02-07 18:31:42 | <geekosaur> | (including a lens dependency, woo) |
| 2021-02-07 18:34:18 | × | thunderrd quits (~thunderrd@183.182.115.7) (Remote host closed the connection) |
| 2021-02-07 18:41:46 | <geekosaur> | does this look familiar to anyone? |
| 2021-02-07 18:41:51 | <geekosaur> | X11-1.9.2: library-dirs: @X_LIBRARIES@ is a relative path which makes no sense |
| 2021-02-07 18:41:52 | <geekosaur> | (as there is nothing for it to be relative to). You can make paths relative to |
| 2021-02-07 18:41:52 | <geekosaur> | the package database itself by using ${pkgroot}. (use --force to override) |
| 2021-02-07 18:42:29 | <geekosaur> | oh, probably needs aclocal |
| 2021-02-07 18:44:37 | <geekosaur> | it's not quite load and go. have to track this for my -testing updates |
| 2021-02-07 18:53:09 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2021-02-07 18:57:46 | <geekosaur> | mm, autoreconf is not enough to get X11 to build (actually install) without an error about X_LIBRRARIES as above |
| 2021-02-07 19:03:36 | <geekosaur> | sigh, it doesn't fail with a v1-style configure, which makes it a Cabal issue of some kind |
| 2021-02-07 19:15:16 | geekosaur | files a couple of issues, the second being a minor doc nit |
| 2021-02-07 19:18:19 | <geekosaur> | well, apparently I'm not doing this with cabal v2, so not updating those instructions until we have an X11 that builds with v2 |
| 2021-02-07 19:23:15 | <geekosaur> | oddly, v1-install complains about data-default, but once that's manually installed it installs a bunch of other deps itself |
| 2021-02-07 19:23:23 | <geekosaur> | sounds like we missed one somewhere |
| 2021-02-07 19:24:00 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection) |
| 2021-02-07 19:24:39 | <geekosaur> | oh, never mind, ran it in the wrong directory. oddly, it's happoy to v1-install a v2-package |
| 2021-02-07 19:24:46 | <geekosaur> | (which I will regret, probably) |
| 2021-02-07 19:27:17 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2021-02-07 19:30:12 | <Solid> | :) |
| 2021-02-07 19:32:06 | <Solid> | I see there'll be at least 20 new bug reports in various free softare projects over the next few days :> |
| 2021-02-07 19:33:36 | <Liskni_si> | makes one wonder how all the other people install it :-) |
| 2021-02-07 19:38:07 | <geekosaur> | package manager :) |
| 2021-02-07 19:38:42 | <geekosaur> | install instructions for X11 pkg don't work with cabal 3, for that matter, since that uses new-install by default |
| 2021-02-07 19:39:01 | <geekosaur> | which will then faill the way I just reported |
| 2021-02-07 19:40:06 | <geekosaur> | so anyway I am now up and running (sortamaybe: it runs but is not integrated yet, I started it manually) using v1-install |
| 2021-02-07 19:40:18 | <geekosaur> | need a build script and proper MATE integration |
| 2021-02-07 19:55:05 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Read error: Connection reset by peer) |
| 2021-02-07 19:56:05 | <geekosaur> | done, I think. won't be tested until tomorrow though |
| 2021-02-07 20:03:26 | <geekosaur> | mod-q works, at least |
| 2021-02-07 20:08:10 | <Liskni_si> | project status: "the most senior maintainer still around can almost get it built and running in a day" :-D |
| 2021-02-07 20:09:19 | <geekosaur> | heh |
| 2021-02-07 20:09:54 | <geekosaur> | new cabal is going to be an issue, though :/ |
| 2021-02-07 20:10:14 | <geekosaur> | granting most folks don't build from git, but X11 not wanting to v2-install is a problem |
| 2021-02-07 20:11:08 | <geekosaur> | we can tell folks to explicitly v1-install stuff, but this is temporary hackaround |
| 2021-02-07 20:11:30 | <geekosaur> | (and in my case a bad one since I now have a bunch of gunk installed "globally") |
| 2021-02-07 20:19:22 | × | geekosaur quits (82650c7a@130.101.12.122) (Ping timeout: 240 seconds) |
| 2021-02-07 20:23:00 | mc47 | never understood why cabal is so complicated |
| 2021-02-07 20:34:34 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-02-07 20:38:06 | → | geekosaur joins (82650c7a@130.101.12.122) |
| 2021-02-07 20:40:07 | <geekosaur> | you haven't seen what's underneath C autoconf scripts :) |
| 2021-02-07 20:41:49 | <Liskni_si> | geekosaur: is it not an issue when building from the tar on hackage? |
| 2021-02-07 20:42:23 | <geekosaur> | I haven't tried, I used the git release because I think there are a few changes needed for git xmonad+contrib |
| 2021-02-07 20:42:56 | <Liskni_si> | there aren't, yet |
| 2021-02-07 20:43:02 | <Liskni_si> | none of that is merged |
| 2021-02-07 20:43:04 | <geekosaur> | but the instructions are still going to do a v2-build instead of a v1-build, which will break everywhere because everything else assumes a v1-install |
| 2021-02-07 20:43:38 | <geekosaur> | which is why I suspect most people get it from a package manager |
| 2021-02-07 20:43:44 | <Liskni_si> | but the only difference between git and tarball is the existence of "configure", I think |
| 2021-02-07 20:44:08 | <geekosaur> | I ran autoreconf, it's still broken (everything I can see is properly substituted) |
| 2021-02-07 20:44:22 | <geekosaur> | v1-install works after autoreconf |
| 2021-02-07 20:44:39 | <geekosaur> | v2-install gets that error, including the implicit one when doing v2-build of xmonad |
| 2021-02-07 20:44:53 | <Liskni_si> | so I'd think v2 would be broken even when installing from tarball, is what I'm trying to say |
| 2021-02-07 20:45:11 | <geekosaur> | which means it's also not related to env files like so many cabal infelicities/bugs |
| 2021-02-07 20:45:23 | <geekosaur> | it probably is. but I only tested from git |
| 2021-02-07 20:49:01 | → | brttmsn joins (~brtt@2600:8804:8689:3f00::2395) |
| 2021-02-07 20:49:19 | <brttmsn> | is there a good tutorial for writing your own xmonad config somewhere? |
| 2021-02-07 20:49:32 | <brttmsn> | or videos on how to add certain features/functions? |
| 2021-02-07 20:49:41 | × | geekosaur quits (82650c7a@130.101.12.122) (Quit: Ping timeout (120 seconds)) |
| 2021-02-07 20:49:57 | → | geekosaur joins (82650c7a@130.101.12.122) |
All times are in UTC.