Logs: liberachat/#xmonad
| 2022-12-12 20:41:45 | <geekosaur> | at least I think it's base64 |
| 2022-12-12 20:42:42 | <AskYourself[m]> | Oh yeah, there seems to be an example exactly like mine in DynamicProperty. |
| 2022-12-12 20:44:28 | AskYourself[m] | sent a hs code block: https://libera.ems.host/_matrix/media/v3/download/libera.chat/4a53bca7a2dff2ae43f33cc9ce8249dace67d0ba |
| 2022-12-12 20:44:42 | <AskYourself[m]> | This is from the DynamicProperty hackage... |
| 2022-12-12 20:44:55 | <AskYourself[m]> | I can't tell what baseConfig is supposed to be there. |
| 2022-12-12 20:45:59 | <geekosaur> | I should fix that, it's from my config. the idea is that baseConfig can be desktopConfig, kde4Config, mateConfig, etc. as appropriate |
| 2022-12-12 20:46:11 | <geekosaur> | or just def |
| 2022-12-12 20:48:38 | <AskYourself[m]> | So should I be doing this: |
| 2022-12-12 20:48:46 | AskYourself[m] | sent a hs code block: https://libera.ems.host/_matrix/media/v3/download/libera.chat/c8a7c08053ef983efa7bf656ee1cfee397a52fa1 |
| 2022-12-12 20:48:53 | <AskYourself[m]> | Or should it just be def? |
| 2022-12-12 20:49:17 | <AskYourself[m]> | Sorry it's kinda hard for me to understand what it's doing. |
| 2022-12-12 20:50:17 | <geekosaur> | the `<> handleEventHook myConfig` should simply be deleted |
| 2022-12-12 20:50:38 | <geekosaur> | since your config isn't set up like mine is, it's kinda meaningless |
| 2022-12-12 20:50:50 | <geekosaur> | (I just filed a ticket for it so I'll be reminded to fix the docs) |
| 2022-12-12 20:51:49 | <geekosaur> | (using `def` instead of `myConfig` would also be correct, but pointless because `def` has no `handleEventHook`) |
| 2022-12-12 20:53:08 | <AskYourself[m]> | Hmm, yeah it's still not working. |
| 2022-12-12 20:53:22 | <AskYourself[m]> | I guess I need to understand this debug stuff. |
| 2022-12-12 20:53:23 | <AskYourself[m]> | Cause I keep getting this: |
| 2022-12-12 20:53:51 | AskYourself[m] | uploaded an image: (1118KiB) < https://libera.ems.host/_matrix/media/v3/download/matrix.org/RjNTERqvYdaewqbenYNQtEde/image.png > |
| 2022-12-12 20:53:58 | <AskYourself[m]> | Spawns the Steam settings partially offscreen. |
| 2022-12-12 20:55:20 | <AskYourself[m]> | Shouldn't this work though? |
| 2022-12-12 20:55:36 | AskYourself[m] | sent a hs code block: https://libera.ems.host/_matrix/media/v3/download/libera.chat/3c123c8153cc0878c31c9bec778c07e37d581d4b |
| 2022-12-12 20:56:11 | × | sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Remote host closed the connection) |
| 2022-12-12 20:57:11 | <AskYourself[m]> | Hmm, maybe it's that the property is not changing, it's like spawning a separate window in the same class with a different name. |
| 2022-12-12 20:57:18 | <AskYourself[m]> | Idk. |
| 2022-12-12 21:05:17 | <geekosaur> | it may be placing itself afterward, xmonad doesn't place windows offscreen in general but applications often apply their own notions of where a window should be |
| 2022-12-12 21:05:32 | <geekosaur> | I have that problem with the ubuntu updater window |
| 2022-12-12 21:06:51 | <AskYourself[m]> | I added a debug hook, but I'm not seeing any output anywhere. |
| 2022-12-12 21:07:01 | <AskYourself[m]> | Idk I'm not really sure how to resolve this. |
| 2022-12-12 21:07:05 | <AskYourself[m]> | I need to be able to alter those settings. |
| 2022-12-12 21:07:13 | <AskYourself[m]> | But the "save" button is trapped offscreen. |
| 2022-12-12 21:08:04 | <AskYourself[m]> | I guess I could try to hit tab the right amount of times till I land on save, lol. |
| 2022-12-12 21:08:16 | <AskYourself[m]> | Seems janky though. There should be a way to center this window. |
| 2022-12-12 21:12:51 | <xmonadtrack> | New xmonad-contrib branch created: pull/787 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/787 |
| 2022-12-12 21:13:12 | → | sogens joins (sogens@gateway/vpn/protonvpn/sogens) |
| 2022-12-12 21:17:55 | <xmonadtrack> | xmonad-contrib Brandon S Allbery KF8NH * v0.17.1-104-g4df20361: remove references to `baseConfig` (8 minutes ago, 1 file, 2+ 2-) https://github.com/xmonad/xmonad-contrib/commit/4df20361876a |
| 2022-12-12 21:24:12 | × | terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Ping timeout: 265 seconds) |
| 2022-12-12 21:27:21 | → | terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 2022-12-12 21:28:19 | <geekosaur> | AskYourself[m], did you check in ~/.xsession-errors to see if ManageDebug produced any useful output? |
| 2022-12-12 21:28:56 | <geekosaur> | (you may need to send it to paste.tomsmeding.com or other useful pastebin; it's not particularly readable for beginners since it dumps internal xmonad information) |
| 2022-12-12 21:30:40 | <AskYourself[m]> | Ok, I thought the output would show up in a little window. |
| 2022-12-12 21:30:48 | <AskYourself[m]> | I'll get that and show y'all. |
| 2022-12-12 21:32:03 | <geekosaur> | it'd be a fairly large window if you have the usual number of workspaces |
| 2022-12-12 21:51:24 | <AskYourself[m]> | <geekosaur> "Ask Yourself🍉, did you check in..." <- All I see in there is: |
| 2022-12-12 21:51:24 | <AskYourself[m]> | ``` |
| 2022-12-12 21:51:24 | <AskYourself[m]> | https://www.youtube.com/watch?v=fMEO3L4AIpc&t=4s |
| 2022-12-12 21:51:24 | <AskYourself[m]> | ``` |
| 2022-12-12 21:51:50 | <AskYourself[m]> | <geekosaur> "Ask Yourself🍉, did you check in..." <- All I see in there is: |
| 2022-12-12 21:51:50 | <AskYourself[m]> | ``` |
| 2022-12-12 21:52:20 | <AskYourself[m]> | > <@geekosaur:libera.chat> Ask Yourself🍉, did you check in ~/.xsession-errors to see if ManageDebug produced any useful output? |
| 2022-12-12 21:52:20 | <AskYourself[m]> | * All I see in there is: |
| 2022-12-12 21:52:21 | <lambdabot> | <hint>:1:1: error: parse error on input ‘<@’ |
| 2022-12-12 21:52:29 | AskYourself[m] | uploaded an image: (6KiB) < https://libera.ems.host/_matrix/media/v3/download/matrix.org/IwjXVydfVAaxNpsXpkBnmoiA/image.png > |
| 2022-12-12 21:52:41 | <AskYourself[m]> | Idk why, my copy paste is failing right now. |
| 2022-12-12 22:03:02 | <geekosaur> | interesting. do you use startx? or maybe sddm as a display manager? |
| 2022-12-12 22:04:42 | <AskYourself[m]> | I'm not really sure how NixOS implements such things. I just set up X11 like this:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/212b70894178ad183d8c4109840e452ffc3276b6>) |
| 2022-12-12 22:06:34 | <geekosaur> | that's lightdm. but I don't know if NixOS records the session log somewhere else |
| 2022-12-12 22:07:51 | <AskYourself[m]> | I'm not sure, I could go try to find out in one of the NixOS spaces and then come back, if that's best. |
| 2022-12-12 22:09:16 | <AskYourself[m]> | geekosaur: It's not just light dm, that's just lines 4-8, this is my overall xserver settings, |
| 2022-12-12 22:10:52 | <geekosaur> | this is something like what it should look like: https://paste.tomsmeding.com/MCQ2KVrL |
| 2022-12-12 22:11:46 | <geekosaur> | right, but the display manager will determine where the session log is sent usually |
| 2022-12-12 22:11:56 | <geekosaur> | sddm sends it to a different place from usual |
| 2022-12-12 22:14:03 | <AskYourself[m]> | I'm asking in the NixOS Discord. |
| 2022-12-12 22:14:08 | <AskYourself[m]> | We'll see if that's fruitful.. |
| 2022-12-12 22:15:32 | <geekosaur> | oh, you also need to press the specified key (or use the always-on version) to get output |
| 2022-12-12 22:16:01 | <geekosaur> | I just keep the key-triggered one always enabled so I can quickly check a window, since it stays out of the way unless I press the keybind |
| 2022-12-12 22:16:14 | <geekosaur> | M-S-d in my config |
| 2022-12-12 22:18:22 | <AskYourself[m]> | How should I do this? |
| 2022-12-12 22:20:20 | <geekosaur> | how did you set up ManageDebug? or did you simply import it expecting that to do something? |
| 2022-12-12 22:22:47 | <AskYourself[m]> | Like this:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/de37c55db2b4f6dd79e89873cdbea2cf542038e2>) |
| 2022-12-12 22:24:31 | <geekosaur> | you're missing part of it, but you shhould still have gotten some output. (it is preferred to use `debugManageHook` as a config modifier) |
| 2022-12-12 22:24:49 | <AskYourself[m]> | Ok, I'll remove this and add that. |
| 2022-12-12 22:27:01 | <AskYourself[m]> | No change in output. |
| 2022-12-12 22:29:02 | <geekosaur> | I wonder where your session log is going to then |
| 2022-12-12 22:29:20 | <AskYourself[m]> | Idk. |
| 2022-12-12 22:29:29 | <AskYourself[m]> | I think what I have is very standard though for NixOS. |
| 2022-12-12 22:51:22 | × | chomwitt quits (~chomwitt@ppp-94-69-55-246.home.otenet.gr) (Ping timeout: 256 seconds) |
| 2022-12-12 23:49:09 | × | doppo_ quits (~doppo@2604:180::e0fc:a07f) (Ping timeout: 255 seconds) |
| 2022-12-12 23:50:13 | → | doppo joins (~doppo@2604:180::e0fc:a07f) |
| 2022-12-12 23:53:00 | <[Leary]> | liskin: You should just enjoy your break! The PRs aren't urgent or anything, I just need to get them off my PC and into the world. |
| 2022-12-12 23:53:27 | <[Leary]> | AskYourself[m]: try `journalctl -f`. |
| 2022-12-12 23:54:01 | <[Leary]> | New output should appear there as the logs are written. |
| 2022-12-13 00:00:06 | × | scardinal quits (~supreme@customer-212-237-101-39.ip4.gigabit.dk) (*.net *.split) |
| 2022-12-13 00:00:06 | × | Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (*.net *.split) |
| 2022-12-13 00:00:06 | × | Mion quits (~Urist@archlinux/op/MrElendig) (*.net *.split) |
| 2022-12-13 00:00:06 | × | hrberg_ quits (~quassel@171.79-160-161.customer.lyse.net) (*.net *.split) |
| 2022-12-13 00:00:06 | × | haasn quits (~nand@haasn.dev) (*.net *.split) |
| 2022-12-13 00:00:06 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (*.net *.split) |
| 2022-12-13 00:00:06 | × | yosafbridge` quits (~yosafbrid@static.38.6.217.95.clients.your-server.de) (*.net *.split) |
| 2022-12-13 00:00:06 | × | ectospasm quits (~ectospasm@user/ectospasm) (*.net *.split) |
| 2022-12-13 00:00:06 | × | haskl quits (~haskl@user/haskl) (*.net *.split) |
| 2022-12-13 00:00:07 | × | gauge quits (~gauge@user/gauge) (*.net *.split) |
| 2022-12-13 00:00:08 | × | kora9 quits (~kora@user/Kora9) (*.net *.split) |
| 2022-12-13 00:00:08 | × | mesaoptimizer2 quits (apotheosis@user/PapuaHardyNet) (*.net *.split) |
| 2022-12-13 00:00:16 | → | hrberg joins (~quassel@171.79-160-161.customer.lyse.net) |
| 2022-12-13 00:00:17 | → | scardinal joins (~supreme@customer-212-237-101-39.ip4.gigabit.dk) |
| 2022-12-13 00:00:56 | → | ectospasm joins (~ectospasm@23-227-173-50.static.hvvc.us) |
| 2022-12-13 00:00:59 | × | xmonadtrack quits (~xmonadtra@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-12-13 00:01:02 | → | yosafbridge joins (~yosafbrid@static.38.6.217.95.clients.your-server.de) |
| 2022-12-13 00:01:52 | → | xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com) |
All times are in UTC.