Logs: liberachat/#xmonad
| 2021-11-20 20:02:34 | → | catman joins (~catman@user/catman) |
| 2021-11-20 20:08:42 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Remote host closed the connection) |
| 2021-11-20 20:11:02 | × | catman quits (~catman@user/catman) (Ping timeout: 240 seconds) |
| 2021-11-20 20:15:56 | → | catman joins (~catman@user/catman) |
| 2021-11-20 20:19:23 | → | lyiriyah[m] joins (~lyiriyahm@2001:470:69fc:105::cc0) |
| 2021-11-20 20:20:16 | <lyiriyah[m]> | <abhixec> "Wonder if it has anything to..." <- I use a 1050Ti with latest drivers and don't have this issue with any Electron applications |
| 2021-11-20 20:45:10 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.4-dev) |
| 2021-11-20 20:46:00 | → | catman joins (~catman@user/catman) |
| 2021-11-20 20:51:54 | <noex> | i had that problem at work, but that was due to no hardware acceleration on my VM. with nvidia at home it works fine. |
| 2021-11-20 20:53:10 | <geekosaur> | mrrr. try enabling/disabling a compositor? we've seen some programs do weird things without one (respectively with one but no hardware acceleration) |
| 2021-11-20 20:54:21 | <geekosaur> | but will abhixec see these? they left and don't seem to be on matrix |
| 2021-11-20 20:55:01 | <geekosaur> | @tell abhixec try enabling/disabling a compositor? we've seen some programs do weird things without one (respectively with one but no hardware acceleration) |
| 2021-11-20 20:55:02 | <lambdabot> | Consider it noted. |
| 2021-11-20 20:55:34 | × | SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 260 seconds) |
| 2021-11-20 21:04:57 | <jakeStateless-Fa> | <jakeStateless-Fa> "liskin: reminder - https://..." <- liskin: ^ |
| 2021-11-20 21:12:59 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-11-20 21:16:45 | <abhixec> | is there a stacklayout similar to the one in sway/i3?I am going through contrib but either not finding it or don't know whta name I should look for |
| 2021-11-20 21:49:19 | × | sagax quits (~sagax_nb@user/sagax) (Ping timeout: 250 seconds) |
| 2021-11-20 21:51:24 | × | lyiriyah quits (~lyiriyah@user/lyiriyah) (Ping timeout: 268 seconds) |
| 2021-11-20 21:52:43 | → | lyiriyah joins (~lyiriyah@host109-157-123-225.range109-157.btcentralplus.com) |
| 2021-11-20 21:55:13 | → | SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) |
| 2021-11-20 21:55:49 | → | obimod joins (~obimod@gateway/vpn/pia/obimod) |
| 2021-11-20 22:17:57 | <lyiriyah> | abhixec: AFAIK there's nothing like it available. Maybe look into X.L.BinarySpacePartition? |
| 2021-11-20 22:22:46 | × | lyiriyah quits (~lyiriyah@host109-157-123-225.range109-157.btcentralplus.com) (Quit: WeeChat 3.3) |
| 2021-11-20 22:29:50 | → | lyiriyah joins (~lyiriyah@user/lyiriyah) |
| 2021-11-20 22:31:01 | <lyiriyah> | @help |
| 2021-11-20 22:31:01 | <lambdabot> | help <command>. Ask for help for <command>. Try 'list' for all commands |
| 2021-11-20 22:31:05 | <lyiriyah> | @list |
| 2021-11-20 22:31:05 | <lambdabot> | What module? Try @listmodules for some ideas. |
| 2021-11-20 22:31:11 | <lyiriyah> | @listmodules |
| 2021-11-20 22:31:11 | <lambdabot> | activity base bf check compose dice dict djinn dummy elite eval filter free fresh haddock help hoogle instances irc karma localtime metar more oeis offlineRC pl pointful poll pretty quote search |
| 2021-11-20 22:31:11 | <lambdabot> | seen slap source spell system tell ticker todo topic type undo unlambda unmtl version where |
| 2021-11-20 22:31:19 | <lyiriyah> | @help tell |
| 2021-11-20 22:31:20 | <lambdabot> | tell <nick> <message>. When <nick> shows activity, tell them <message>. |
| 2021-11-20 22:32:04 | <lyiriyah> | Is the bot open-source so I can see what it does without filling the channel with spam? |
| 2021-11-20 22:33:27 | <geekosaur> | yes. it also accepts /query / /msg |
| 2021-11-20 22:33:31 | <geekosaur> | @version |
| 2021-11-20 22:33:31 | <lambdabot> | lambdabot 5.3.0.1 |
| 2021-11-20 22:33:31 | <lambdabot> | git clone https://github.com/lambdabot/lambdabot |
| 2021-11-20 22:35:13 | <geekosaur> | there's also an incomplete help file at http://users.ece.cmu.edu/~allbery/lambdabot/COMMANDS.more |
| 2021-11-20 22:35:58 | <geekosaur> | (incomplete because I removed most of the Haskell-related plugins, since I was using it in a different context. also mentions a new command not present in the standard one, @ipcalc) |
| 2021-11-20 22:37:03 | <lyiriyah> | Ah cool. Will play around with its CLI later |
| 2021-11-20 22:38:52 | <geekosaur> | building it is a bit painful since some of its dependencies are out of date. I think djinn needs to be patched to build, for example, since it expects (<>) to come from a prettyprinter library instead of Prelude |
| 2021-11-20 22:40:10 | <lyiriyah> | I'll keep that in mind |
| 2021-11-20 22:49:56 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2021-11-20 23:34:17 | <abhixec> | lyiriyah: but BSP is different isn't it |
| 2021-11-20 23:43:25 | <abhixec> | What I mean is the stacklayout specified in this video:https://swaywm.org/intro.webm |
| 2021-11-21 00:20:56 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-11-21 00:23:31 | × | catman quits (~catman@user/catman) (Ping timeout: 265 seconds) |
| 2021-11-21 00:28:10 | → | catman joins (~catman@user/catman) |
| 2021-11-21 00:34:41 | × | catman quits (~catman@user/catman) (Ping timeout: 256 seconds) |
| 2021-11-21 00:37:31 | × | lyiriyah quits (~lyiriyah@user/lyiriyah) (Ping timeout: 256 seconds) |
| 2021-11-21 00:38:22 | × | desantra quits (~skykanin@user/skykanin) (Quit: WeeChat 3.3) |
| 2021-11-21 00:43:45 | × | Vermoot quits (~vermoot@89-158-106-112.rev.numericable.fr) (Ping timeout: 256 seconds) |
| 2021-11-21 00:44:40 | → | catman joins (~catman@user/catman) |
| 2021-11-21 00:47:25 | → | mvk joins (~mvk@2607:fea8:5cc1:fa00::4702) |
| 2021-11-21 02:12:59 | × | SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 264 seconds) |
| 2021-11-21 02:49:18 | → | SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) |
| 2021-11-21 03:03:46 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 260 seconds) |
| 2021-11-21 03:22:28 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2021-11-21 03:51:19 | × | td_ quits (~td@muedsl-82-207-238-028.citykom.de) (Ping timeout: 256 seconds) |
| 2021-11-21 03:53:14 | → | td_ joins (~td@muedsl-82-207-238-154.citykom.de) |
| 2021-11-21 04:24:11 | <Arcanus[m]> | O K...so I am running into some issues after trying to build xmonad from stack...error messages incoming |
| 2021-11-21 04:25:03 | <Arcanus[m]> | first this is what I get when trying to just run xmonad from the terminal... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/920f4e4588d3850eb9a4649b02c71b00e8c79bdb) |
| 2021-11-21 04:26:49 | <Arcanus[m]> | second: when trying xmonad --recompile... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/308cdd8a466cc5e07aa99f08d1de95f690cfa91b) |
| 2021-11-21 04:30:43 | <Arcanus[m]> | sorry for the info dump... |
| 2021-11-21 04:30:44 | <Arcanus[m]> | I did manage to get xmonad to show up in my login manager (sddm) but when i try to log in it just drops me back to the login screen. so that's when I tried to run xmonad and xmonad --recompile in the terminal to see what was going on under the hood. I can only assume I have missed and important step somewhere in the install process, but I am quite certain I followed each step to the letter. except towards the end where it the documentation |
| 2021-11-21 04:30:44 | <Arcanus[m]> | gets a little sparse in re xsession and log in managers. specifically what to put in the .desktop file. I hunted this info down on the old write up I found previously. which got xmonad to at least show up...but it might be possible that I have the wrong input for "Exec" I think I put ~/.local/bin/xmonad |
| 2021-11-21 04:31:47 | <Arcanus[m]> | if this is the wrong place to dump all this I do apologize, do I need to open an issue on github? where would this be best used? |
| 2021-11-21 04:34:50 | <Arcanus[m]> | or is this really just a IBM error? |
| 2021-11-21 04:35:31 | <Arcanus[m]> | I am fairly certain this is the same issue I ran in to last time I tried to do this |
| 2021-11-21 05:04:41 | <Arcanus[m]> | this might be my answer....I will try to run through the steps when I get back to my computer |
| 2021-11-21 05:04:41 | <Arcanus[m]> | https://stackoverflow.com/questions/67710115/broken-xmonad-dependencies-after-pacman-update-how-to-compile-it-with-stack |
| 2021-11-21 06:12:07 | × | mvk quits (~mvk@2607:fea8:5cc1:fa00::4702) (Ping timeout: 268 seconds) |
| 2021-11-21 06:15:49 | × | SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 256 seconds) |
| 2021-11-21 06:55:57 | → | abhixec_ joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-11-21 07:21:26 | <Solid> | Arcanus[m]: "error loading shared libraries" type things make me think you haven't fully uninstalled the xmonad/xmonad-contrib from your repos |
| 2021-11-21 07:28:35 | × | obimod quits (~obimod@gateway/vpn/pia/obimod) (Ping timeout: 264 seconds) |
| 2021-11-21 07:42:34 | → | obimod joins (~obimod@gateway/vpn/pia/obimod) |
| 2021-11-21 08:37:35 | <Arcanus[m]> | Solid: this is what i suspect as well. Im goi.g to try to go throigh and purge everything then reinstall ftom the ground up |
| 2021-11-21 09:07:24 | → | Vermoot joins (~vermoot@89-158-106-112.rev.numericable.fr) |
| 2021-11-21 09:09:39 | → | u0_a246 joins (~u0_a246@host109-157-123-225.range109-157.btcentralplus.com) |
| 2021-11-21 09:10:16 | u0_a246 | is now known as lyiriyah |
| 2021-11-21 09:10:51 | × | lyiriyah1 quits (~u0_a246@2a00:23c8:5f85:9101:785b:8271:9ec4:6654) (Read error: No route to host) |
| 2021-11-21 09:11:00 | × | lyiriyah quits (~u0_a246@host109-157-123-225.range109-157.btcentralplus.com) (Changing host) |
| 2021-11-21 09:11:00 | → | lyiriyah joins (~u0_a246@user/lyiriyah) |
| 2021-11-21 09:17:33 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-11-21 09:17:33 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2021-11-21 09:17:36 | allbery_b | is now known as geekosaur |
| 2021-11-21 09:28:04 | → | qbt joins (~qbt@user/edun) |
| 2021-11-21 09:46:09 | → | lyiriyah_ joins (~lyiriyah@2a00:23c8:5f85:9101:9d63:4520:2a26:3115) |
| 2021-11-21 09:46:43 | × | lyiriyah quits (~u0_a246@user/lyiriyah) (Quit: WeeChat 3.0.1) |
| 2021-11-21 09:46:57 | lyiriyah_ | is now known as lyiriyah |
| 2021-11-21 09:47:08 | × | lyiriyah quits (~lyiriyah@2a00:23c8:5f85:9101:9d63:4520:2a26:3115) (Changing host) |
| 2021-11-21 09:47:08 | → | lyiriyah joins (~lyiriyah@user/lyiriyah) |
| 2021-11-21 09:55:39 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2021-11-21 09:58:06 | lyiriyah | is now known as u0_a246 |
| 2021-11-21 09:58:24 | u0_a246 | is now known as lyiriyah_ |
| 2021-11-21 09:58:32 | lyiriyah_ | is now known as lyiriyah |
| 2021-11-21 10:20:43 | <Vermoot> | I have a problem with Firefox and fullscreen |
All times are in UTC.