| 2021-05-27 00:02:06 +0000 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) |
| 2021-05-27 00:29:16 +0000 | codedmart | (codedmart@2600:3c01::f03c:92ff:fefe:8511) |
| 2021-05-27 00:30:03 +0000 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |
| 2021-05-27 00:39:54 +0000 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (Quit: lol) |
| 2021-05-27 00:49:37 +0000 | jrgiacone | (~jrgiacone@47.149.222.98) |
| 2021-05-27 00:51:08 +0000 | <jrgiacone> | Hi I am trying to build the git version of xmonad with stack. I am on a fresh install of arch and have downloaded the stack-static from the aur. when installing xmonad and xmonad-contrib with stack install I run into an issue on 11/14 with an error building package X11-1.9.2. I know I can get around this by installing the haskell-x11 from the arch |
| 2021-05-27 00:51:09 +0000 | <jrgiacone> | repository, however I would like to avoid that, is there any way around this? |
| 2021-05-27 01:12:49 +0000 | <burp> | what is the build error? |
| 2021-05-27 01:15:34 +0000 | <jrgiacone> | one sec re-running |
| 2021-05-27 01:19:00 +0000 | <jrgiacone> | It exits with code: ExitFailure 1 |
| 2021-05-27 01:19:30 +0000 | <jrgiacone> | it wrrors while building package X11-1.9.2 /tmp/stack-a813f5d600fbb30a/X11-1.9.2 |
| 2021-05-27 01:19:44 +0000 | <geekosaur> | there should be an actual error before that |
| 2021-05-27 01:21:33 +0000 | <jrgiacone> | it has setlocale > Registering library for setlocale-1.0.0.10.. followed by the Progress 11/14 then while building package ... (in here is a bunch of snapshot information is that what your are looking for) |
| 2021-05-27 01:22:55 +0000 | <jrgiacone> | Uploaded file: https://uploads.kiwiirc.com/files/4f772f9fcb3d4df3175c1bdfcc95d2f1/2021-05-26-182222_1031x365_scro… |
| 2021-05-27 01:22:55 +0000 | <geekosaur> | how about just pastebin the full output |
| 2021-05-27 01:22:59 +0000 | <geekosaur> | @where paste |
| 2021-05-27 01:22:59 +0000 | <lambdabot> | Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com |
| 2021-05-27 01:23:48 +0000 | <burp> | hmm, just ExitFailure 1, unfortunate |
| 2021-05-27 01:23:57 +0000 | <jrgiacone> | yea I can try, I uploaded a screenshot because I am in a vm, but I can try to figure out how to copy it |
| 2021-05-27 01:24:29 +0000 | <jrgiacone> | I know it will compile if I install the haskell-x11 package from the repo, but it should be able to without those dependencies i thought |
| 2021-05-27 01:24:49 +0000 | <burp> | maybe it's because of the dependencies that the haskell-x11 package installs |
| 2021-05-27 01:25:00 +0000 | <burp> | some X11 development headers or libraries |
| 2021-05-27 01:25:05 +0000 | <geekosaur> | stack will build some things in parallel which is why it says "scroll up to its section" |
| 2021-05-27 01:25:15 +0000 | <geekosaur> | it keeps building unrelated deps hence the setlocale thing |
| 2021-05-27 01:25:29 +0000 | <jrgiacone> | oh i see |
| 2021-05-27 01:25:36 +0000 | <jrgiacone> | i think it is the libXss let me check thank you |
| 2021-05-27 01:25:36 +0000 | <geekosaur> | and yes, you need libraries like Xss which aren'[t normally installed |
| 2021-05-27 01:29:14 +0000 | themainman | (~themainma@user/themainman) (Quit: WeeChat 3.1) |
| 2021-05-27 01:30:29 +0000 | <jrgiacone> | that was it perfect, I was not looking far enough up. I really appreciate it :) |
| 2021-05-27 01:30:44 +0000 | <geekosaur> | np |
| 2021-05-27 01:50:31 +0000 | leeb | (~leeb@2001:268:c082:ffba:425b:d8ff:fe03:4cd) |
| 2021-05-27 02:00:18 +0000 | <jrgiacone> | Uploaded file: https://uploads.kiwiirc.com/files/c347daa6cac7bfc9cfb03638826d8198/2021-05-26-185958_1161x125_scro… |
| 2021-05-27 02:00:35 +0000 | <jrgiacone> | I get this issue when trying to compile xmobar with all extensions, says the C header contains errors |
| 2021-05-27 02:01:50 +0000 | <jrgiacone> | its a Lexical error |
| 2021-05-27 02:02:15 +0000 | <jrgiacone> | currently going to try libxpm |
| 2021-05-27 02:05:19 +0000 | <jrgiacone> | that and lib-alsa did not work |
| 2021-05-27 02:08:07 +0000 | <burp> | uh, that is a weird error |
| 2021-05-27 02:09:35 +0000 | <jrgiacone> | this is with compiling xmobar from source in stack with the all_extensions = true flag and netlink-1.1.1.0 for extra-deps |
| 2021-05-27 02:11:42 +0000 | <burp> | I see such a bug reported at debian |
| 2021-05-27 02:11:48 +0000 | <burp> | do you have gcc 11? |
| 2021-05-27 02:11:59 +0000 | <burp> | they suggest it's because of gcc 11 |
| 2021-05-27 02:12:25 +0000 | <jrgiacone> | yea version 11.1.0 |
| 2021-05-27 02:12:29 +0000 | <jrgiacone> | is what it installed |
| 2021-05-27 02:12:57 +0000 | <burp> | looks like there are issues with that version |
| 2021-05-27 02:13:11 +0000 | <jrgiacone> | damnn arch |
| 2021-05-27 02:13:12 +0000 | <burp> | question is, why does the archlinux package work |
| 2021-05-27 02:13:20 +0000 | <jrgiacone> | this is the arch package im trying to use lol |
| 2021-05-27 02:13:52 +0000 | <jrgiacone> | is there a way to flag it so stack does not compile the alsa part |
| 2021-05-27 02:16:36 +0000 | <burp> | I think it must be explicitly enabled, at least the archlinux buildfile does that |
| 2021-05-27 02:16:39 +0000 | <burp> | https://github.com/archlinux/svntogit-community/blob/packages/xmobar/trunk/PKGBUILD |
| 2021-05-27 02:16:55 +0000 | <burp> | in principle you can specify flags like: stack install xmonad --flag xmonad:with_alsa |
| 2021-05-27 02:17:22 +0000 | <burp> | and apparently also with a minus |
| 2021-05-27 02:17:31 +0000 | <burp> | so stack install xmonad --flag xmonad:-with_alsa might do the trick |
| 2021-05-27 02:17:48 +0000 | <jrgiacone> | will try! |
| 2021-05-27 02:17:52 +0000 | <burp> | and add the ones you might want, like with_xft, with_utf8, etc. |
| 2021-05-27 02:18:45 +0000 | <burp> | the other option is to be lazy and take the archlinux package, and wait until fixes have trickled through |
| 2021-05-27 02:19:55 +0000 | <burp> | eh wait, that was xmobar |
| 2021-05-27 02:20:31 +0000 | <burp> | ah, you want xmobar |
| 2021-05-27 02:20:40 +0000 | <burp> | was confused with xmonad/xmobar |
| 2021-05-27 02:20:42 +0000 | <jrgiacone> | yes sir, xmonad has no issues |
| 2021-05-27 02:21:27 +0000 | <burp> | last time I used the following for installation |
| 2021-05-27 02:21:31 +0000 | <burp> | stack install xmobar --flag xmobar:with_dbus --flag xmobar:with_threaded --flag xmobar:with_utf8 --flag xmobar:with_xft --flag xmobar:with_datezone --flag xmobar:with_iwlib |
| 2021-05-27 02:21:54 +0000 | <burp> | xft and utf8 for prettiness, iwlib for wifi stats module |
| 2021-05-27 02:22:51 +0000 | <jrgiacone> | it looks like with the -alsa it compiled so thats great, if i had all extensions in the stack.yml does it include all but alsa, or I have to manually define each |
| 2021-05-27 02:24:01 +0000 | <burp> | my guess is that you have to specify them |
| 2021-05-27 02:28:15 +0000 | <jrgiacone> | Uploaded file: https://uploads.kiwiirc.com/files/312d852cafc1a638144b1fd51715e103/2021-05-26-192759_473x158_scrot… |
| 2021-05-27 02:28:23 +0000 | <jrgiacone> | I believe this worked too! thank you |
| 2021-05-27 02:29:04 +0000 | <burp> | ah this, yea |
| 2021-05-27 02:29:11 +0000 | <burp> | sounds good |
| 2021-05-27 02:29:23 +0000 | <jrgiacone> | I really appreciate the help, that's a fun bug lol |
| 2021-05-27 02:29:48 +0000 | <jrgiacone> | are any of you actively working/contributing to the project? |
| 2021-05-27 02:29:59 +0000 | <burp> | no, just a user like you |
| 2021-05-27 02:30:19 +0000 | <burp> | and idler here, but I just did my contribution for the year ;) |
| 2021-05-27 02:30:42 +0000 | <jrgiacone> | haha now I gotta pass it on |
| 2021-05-27 02:35:43 +0000 | a6a45081-2b83 | (~aditya@106.214.73.78) |
| 2021-05-27 02:36:42 +0000 | <a6a45081-2b83> | my wifi connects a little late and in xmobar the temperature monitor updates at an interval of an hour, so after I start my pc I either I can restart xmonad after wifi connects or wait an hours |
| 2021-05-27 02:36:46 +0000 | <a6a45081-2b83> | *an hour |
| 2021-05-27 02:37:05 +0000 | <a6a45081-2b83> | can i make it so that it updates after internet or xmonad start after internet or any other soluiton? |
| 2021-05-27 02:37:15 +0000 | td_ | (~td@94.134.91.198) (Ping timeout: 272 seconds) |
| 2021-05-27 02:37:25 +0000 | <jrgiacone> | you might be able to use the sleep command |
| 2021-05-27 02:37:39 +0000 | <jrgiacone> | to make iit wait and reload xmonad after a couple seconds |
| 2021-05-27 02:38:30 +0000 | td_ | (~td@94.134.91.249) |
| 2021-05-27 02:39:19 +0000 | <jrgiacone> | burp did you ever have any issues with xmonad displaying degree symbols? when I try to launch it with the default config i get hGetContents: invalid arguments (invalid byte sequence) |
| 2021-05-27 02:39:26 +0000 | <jrgiacone> | sorry xmobar |
| 2021-05-27 02:39:45 +0000 | <jrgiacone> | i have the fonts installed |
| 2021-05-27 02:41:03 +0000 | <a6a45081-2b83> | you have to use \x2368 something like this |
| 2021-05-27 02:41:06 +0000 | <a6a45081-2b83> | not the unicode symbol |
| 2021-05-27 02:41:11 +0000 | <a6a45081-2b83> | the file has to be utf-8 afaik |
| 2021-05-27 02:41:14 +0000 | <a6a45081-2b83> | i faced this issue |
| 2021-05-27 02:42:05 +0000 | <a6a45081-2b83> | ignore- I have this in config and it works: <fc=#458588><tempC></fc>°C <fc=#458588><rh>% rh</fc> |
| 2021-05-27 02:42:19 +0000 | <jrgiacone> | damn what the heck |
| 2021-05-27 02:42:32 +0000 | <jrgiacone> | this was the issue I was running into the other day after building from source |
| 2021-05-27 02:42:56 +0000 | <jrgiacone> | i have the utf8 and xft flags |
| 2021-05-27 02:43:06 +0000 | <a6a45081-2b83> | I think I changed LC_ALL or locale to include ISO-8661 or something |
| 2021-05-27 02:43:32 +0000 | <jrgiacone> | hmm how do you do that |
| 2021-05-27 02:43:41 +0000 | <jrgiacone> | like my locale where i defined LANG |
| 2021-05-27 02:44:49 +0000 | <a6a45081-2b83> | check this out https://github.com/koalaman/shellcheck/issues/324 |
| 2021-05-27 02:45:22 +0000 | <a6a45081-2b83> | my file was iso-8859-1 but my locale was LANG=en_IN.UTF-8 |
| 2021-05-27 02:45:31 +0000 | <a6a45081-2b83> | you have to edit a locale file and run locale-gen |
| 2021-05-27 02:45:57 +0000 | <a6a45081-2b83> | so probably just try changing file type |
| 2021-05-27 02:46:07 +0000 | <jrgiacone> | I'll take a look I know i use en_US.UTF-8 |
| 2021-05-27 02:46:15 +0000 | <a6a45081-2b83> | if you want to change locale check this https://wiki.archlinux.org/title/Locale#Generating_locales |
| 2021-05-27 02:46:29 +0000 | <a6a45081-2b83> | but since it's working for me in UTF-8 probably better to change file type |
| 2021-05-27 02:51:27 +0000 | <jrgiacone> | uncomenting en_US ISO-8859 got it to start thank you, now I have UnmarshalErrors when trying to read message headers lol |
| 2021-05-27 02:52:06 +0000 | <jrgiacone> | actually reading message from socket might be because I am in a vm, not sure |
| 2021-05-27 02:53:48 +0000 | <jrgiacone> | nvm didnt work lol |
| 2021-05-27 02:56:43 +0000 | <jrgiacone> | interesting xmobar will only read when it is a root |
| 2021-05-27 02:56:45 +0000 | <jrgiacone> | wtf |
| 2021-05-27 02:57:42 +0000 | <jrgiacone> | nvm because it doesnt read the config, disregaurd |
| 2021-05-27 03:00:10 +0000 | <burp> | hmm yea, it should work with with_utf8 and if the xmobar config is also utf8 encoded |
| 2021-05-27 03:01:14 +0000 | <burp> | <a6a45081-2b83> can i make it so that it updates after internet or xmonad start after internet or any other soluiton? |
| 2021-05-27 03:01:18 +0000 | <burp> | right, I thought about that too |
| 2021-05-27 03:01:32 +0000 | <burp> | would be nice to trigger an update, like a weather update after hibernation |
| 2021-05-27 03:01:43 +0000 | <burp> | an option is always to kill and restart after that, but it feels hacky |
| 2021-05-27 03:01:59 +0000 | <burp> | wonder if xmobar has a kill signal that triggers an update |
| 2021-05-27 03:02:54 +0000 | <a6a45081-2b83> | burp: still seraching for the same |
| 2021-05-27 03:03:01 +0000 | <jrgiacone> | yea I still cant get xmobar to read the file even after running :w ++enc=utf-8 in vim |
| 2021-05-27 03:03:01 +0000 | <burp> | file xmobar.hs should tell you if the file is utf-8 encoded |
| 2021-05-27 03:03:17 +0000 | <jrgiacone> | im just trying to get xmobar to run on its own through terminal |
| 2021-05-27 03:03:39 +0000 | <a6a45081-2b83> | try running `file` command on config file |
| 2021-05-27 03:04:24 +0000 | <jrgiacone> | Unicode text, UTF-8 is the output |
| 2021-05-27 03:04:43 +0000 | <burp> | hmm well, and it works without the degree? |
| 2021-05-27 03:05:00 +0000 | <jrgiacone> | no if I remove the degree it gets mad at the , sepChar |
| 2021-05-27 03:05:12 +0000 | <burp> | ah, so let's fix that first |
| 2021-05-27 03:06:07 +0000 | <jrgiacone> | Uploaded file: https://uploads.kiwiirc.com/files/9744170f64a60ec956074c5a465c1624/2021-05-26-200556_875x547_scrot… |
| 2021-05-27 03:06:26 +0000 | <jrgiacone> | there are no tabs but with degree removed it says unexpected "s" where , sepChar is |
| 2021-05-27 03:06:47 +0000 | <burp> | yea it *looks* fine, I remember I had such issues too |
| 2021-05-27 03:07:23 +0000 | <jrgiacone> | lmfao |
| 2021-05-27 03:07:46 +0000 | <burp> | you found it? |
| 2021-05-27 03:07:48 +0000 | <jrgiacone> | do you remember what it did not like |
| 2021-05-27 03:07:52 +0000 | <jrgiacone> | no lol |
| 2021-05-27 03:08:32 +0000 | <burp> | Idk, try my config https://paste.tomsmeding.com/T1U0Mj1f |
| 2021-05-27 03:09:52 +0000 | <burp> | just to see if it starts at all |
| 2021-05-27 03:10:06 +0000 | <a6a45081-2b83> | I have this in my config `, sepChar = "%"` |
| 2021-05-27 03:10:41 +0000 | <a6a45081-2b83> | can you show the exact error after running xmobar from terminal |
| 2021-05-27 03:10:46 +0000 | <a6a45081-2b83> | i.e. stdout/stderr |
| 2021-05-27 03:11:35 +0000 | <a6a45081-2b83> | e.g. `xmobar ~/.config/xmobar/xmobarc1234` |
| 2021-05-27 03:13:23 +0000 | <jrgiacone> | Uploaded file: https://uploads.kiwiirc.com/files/f4a31427265a9b8cfb6234c1f97f48d0/2021-05-26-201312_521x122_scrot… |
| 2021-05-27 03:13:42 +0000 | <jrgiacone> | burp i get font issues with those dots or something lol but it did not like them for whatever reason |
| 2021-05-27 03:14:16 +0000 | <burp> | other thing I could imagine is that you launch an xmonad from somewhere without utf8 |
| 2021-05-27 03:14:37 +0000 | <jrgiacone> | what do you mean |
| 2021-05-27 03:14:52 +0000 | <burp> | like, a global installation /usr/bin, and one in $HOME/.local/bin/xmobar |
| 2021-05-27 03:15:04 +0000 | <burp> | but even the archlinux distro one should be with utf8 |
| 2021-05-27 03:15:19 +0000 | <jrgiacone> | oh I'm launching from .xmobarrc though? |
| 2021-05-27 03:15:33 +0000 | <burp> | yea, that should be fine |
| 2021-05-27 03:16:28 +0000 | <a6a45081-2b83> | try removing sep char line |
| 2021-05-27 03:16:45 +0000 | <jrgiacone> | then it errors to the line below |
| 2021-05-27 03:16:47 +0000 | <a6a45081-2b83> | anyways % is default value |
| 2021-05-27 03:16:59 +0000 | <jrgiacone> | a instead of s |
| 2021-05-27 03:17:09 +0000 | <a6a45081-2b83> | remove that too, it's also the default value :)) |
| 2021-05-27 03:17:23 +0000 | <jrgiacone> | then it errors to t for template expecting run lol |
| 2021-05-27 03:17:23 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving) |
| 2021-05-27 03:17:34 +0000 | <jrgiacone> | when that is gone, it no longer can run |
| 2021-05-27 03:18:04 +0000 | <a6a45081-2b83> | :)) |
| 2021-05-27 03:18:21 +0000 | <jrgiacone> | burp what font do you have to make those dots in your templatge |
| 2021-05-27 03:18:42 +0000 | <burp> | the one I specified in the xmobar config |
| 2021-05-27 03:18:43 +0000 | <burp> | what about something minimal, like |
| 2021-05-27 03:18:47 +0000 | <burp> | Config { |
| 2021-05-27 03:18:47 +0000 | <burp> | font = "xft:Source Sans Pro:Semibold:size=8:antialias=true:hinting=true" |
| 2021-05-27 03:18:47 +0000 | <burp> | } |
| 2021-05-27 03:19:10 +0000 | <jrgiacone> | what is funny is my main xmonad and xmobar from arch repo's on .15 which im chatting with yall on has no issues, its only these git ones |
| 2021-05-27 03:19:19 +0000 | <jrgiacone> | i have that customized to shit |
| 2021-05-27 03:19:27 +0000 | <burp> | eh, I see |
| 2021-05-27 03:20:07 +0000 | <a6a45081-2b83> | found the issue: https://bbs.archlinux.org/viewtopic.php?id=185573 |
| 2021-05-27 03:20:23 +0000 | <jrgiacone> | burp simple runs |
| 2021-05-27 03:20:40 +0000 | <burp> | ah, so it's just crappy error messages :D |
| 2021-05-27 03:20:50 +0000 | <jrgiacone> | let me try with mpd flag |
| 2021-05-27 03:21:05 +0000 | <burp> | nah, not necessary |
| 2021-05-27 03:21:18 +0000 | <burp> | I think it's because you use a module that's not compiled in |
| 2021-05-27 03:21:31 +0000 | <jrgiacone> | wdym? |
| 2021-05-27 03:21:35 +0000 | <burp> | jrgiacone: eh, you have alsa in your config |
| 2021-05-27 03:21:43 +0000 | <jrgiacone> | i got rid of alsa |
| 2021-05-27 03:21:46 +0000 | <jrgiacone> | with the flag remember |
| 2021-05-27 03:21:53 +0000 | <burp> | I mean the xmobar config |
| 2021-05-27 03:21:54 +0000 | <jrgiacone> | or setting it to false |
| 2021-05-27 03:22:01 +0000 | <jrgiacone> | oooh |
| 2021-05-27 03:22:01 +0000 | <burp> | "Run Alsa", you have that |
| 2021-05-27 03:22:08 +0000 | <jrgiacone> | let me try getting rid |
| 2021-05-27 03:22:26 +0000 | <burp> | and also the template piece below |
| 2021-05-27 03:22:31 +0000 | <burp> | I bet it will work then |
| 2021-05-27 03:22:32 +0000 | <jrgiacone> | im about to quit if thats it |
| 2021-05-27 03:22:44 +0000 | <jrgiacone> | beyond the damn unicode issues lol |
| 2021-05-27 03:22:56 +0000 | <burp> | I doubt there was an unicode issue in first place |
| 2021-05-27 03:23:02 +0000 | <burp> | probably just error messages that are misleading |
| 2021-05-27 03:23:47 +0000 | <jrgiacone> | nah still cant do degrees |
| 2021-05-27 03:23:49 +0000 | <jrgiacone> | however |
| 2021-05-27 03:24:02 +0000 | <jrgiacone> | that was it you sly sly human |
| 2021-05-27 03:24:47 +0000 | <jrgiacone> | still unicode with that damn degrees symbol |
| 2021-05-27 03:25:03 +0000 | <jrgiacone> | but it is running now so you've gone above and beyond |
| 2021-05-27 03:25:18 +0000 | <burp> | yea, a6a45081-2b83 a6a45081-2b83 figured it out |
| 2021-05-27 03:25:31 +0000 | <burp> | found it, that is |
| 2021-05-27 03:25:48 +0000 | <jrgiacone> | thank you a6a45081-2b83 |
| 2021-05-27 03:26:35 +0000 | <jrgiacone> | a6a45081-2b83 where do i put LC_ALL=en_US.iso88591 shellcheck |
| 2021-05-27 03:27:07 +0000 | <a6a45081-2b83> | shellcheck is to validate sh files right? |
| 2021-05-27 03:27:32 +0000 | <a6a45081-2b83> | i think you use this in terminal to validate sh files e.g. `LC_ALL=en... shellcheck xyz.sh` |
| 2021-05-27 03:29:52 +0000 | <jrgiacone> | alright ill download shellcheck and try jk mirrorsare down for shellcheck |
| 2021-05-27 03:30:44 +0000 | <jrgiacone> | Uploaded file: https://uploads.kiwiirc.com/files/2fc5776480ce2691c14e903683f392cc/2021-05-26-203035_609x122_scrot… |
| 2021-05-27 03:30:53 +0000 | <jrgiacone> | this is what it says when I have the degree symbol in |
| 2021-05-27 03:31:08 +0000 | <jrgiacone> | and line 7 has the symbol |
| 2021-05-27 03:31:37 +0000 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) |
| 2021-05-27 03:32:17 +0000 | <a6a45081-2b83> | shellcheck can't check xmobarc file, same way you can't use java compiler on python, only shell files |
| 2021-05-27 03:32:35 +0000 | <jrgiacone> | ima try a different font |
| 2021-05-27 03:33:18 +0000 | <a6a45081-2b83> | give me your config file in text format, i'll try it |
| 2021-05-27 03:34:32 +0000 | <jrgiacone> | https://github.com/xmonad/xmonad/blob/8dac0577b4050dddea040039e1bfb12c2f544afb/tutorial.md I am actually using the config in the middle of the page on here |
| 2021-05-27 03:35:48 +0000 | <jrgiacone> | changing font does nothing, I tried the ubuntu font |
| 2021-05-27 03:37:13 +0000 | <a6a45081-2b83> | your config is fine as heck: https://i.imgur.com/Q1bCywK.png |
| 2021-05-27 03:37:16 +0000 | <a6a45081-2b83> | it works for me |
| 2021-05-27 03:37:32 +0000 | <a6a45081-2b83> | no need to change it |
| 2021-05-27 03:37:37 +0000 | <jrgiacone> | im missing some dependency or something |
| 2021-05-27 03:39:40 +0000 | <jrgiacone> | https://serokell.io/blog/haskell-with-utf8 I am about to try this or something |
| 2021-05-27 03:40:45 +0000 | <jrgiacone> | fuck lol |
| 2021-05-27 03:48:39 +0000 | a6a45081-2b83 | (~aditya@106.214.73.78) (Remote host closed the connection) |
| 2021-05-27 03:50:12 +0000 | a6a45081-2b83 | (~aditya@106.214.73.78) |
| 2021-05-27 04:00:34 +0000 | <jrgiacone> | Im at an absolute loss |
| 2021-05-27 04:07:28 +0000 | a6a45081-2b83 | (~aditya@106.214.73.78) (Remote host closed the connection) |
| 2021-05-27 04:14:58 +0000 | <jrgiacone> | geekosaur do you have any ideas, im sorry i am such a bother |
| 2021-05-27 04:24:46 +0000 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (Ping timeout: 264 seconds) |
| 2021-05-27 04:26:31 +0000 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) |
| 2021-05-27 05:31:22 +0000 | jrgiacone | (~jrgiacone@47.149.222.98) (Quit: Connection closed) |
| 2021-05-27 05:35:40 +0000 | spider_ | (~spider@vps-951ce37a.vps.ovh.ca) |
| 2021-05-27 05:36:08 +0000 | spider_ | (~spider@vps-951ce37a.vps.ovh.ca) (Client Quit) |
| 2021-05-27 05:36:33 +0000 | spider_ | (~spider@vps-951ce37a.vps.ovh.ca) |
| 2021-05-27 06:18:13 +0000 | berberman_ | (~berberman@user/berberman) |
| 2021-05-27 06:19:22 +0000 | berberman | (~berberman@user/berberman) (Ping timeout: 264 seconds) |
| 2021-05-27 06:53:02 +0000 | ntm | (~ntm@69-212-61-243.lightspeed.cicril.sbcglobal.net) (Quit: Leaving) |
| 2021-05-27 07:00:18 +0000 | qbt | (~edun@user/edun) |
| 2021-05-27 07:54:13 +0000 | mc47 | (~yecinem@89.246.239.190) |
| 2021-05-27 08:17:38 +0000 | allbery_b | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-05-27 08:20:40 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Ping timeout: 264 seconds) |
| 2021-05-27 08:29:17 +0000 | themainman | (~themainma@user/themainman) |
| 2021-05-27 08:42:15 +0000 | de-vri-es | (~de-vri-es@voyager.de-vri.es) |
| 2021-05-27 09:14:11 +0000 | vanvik | (~vanvik@82.194.204.210) |
| 2021-05-27 09:31:11 +0000 | leeb | (~leeb@2001:268:c082:ffba:425b:d8ff:fe03:4cd) (Ping timeout: 252 seconds) |
| 2021-05-27 09:51:43 +0000 | iisha | (~user@2001:8a0:ee91:2800:9c88:8e83:e5df:d767) |
| 2021-05-27 09:52:05 +0000 | iisha | (~user@2001:8a0:ee91:2800:9c88:8e83:e5df:d767) (Client Quit) |
| 2021-05-27 10:00:23 +0000 | ChanServ | +o Solid |
| 2021-05-27 10:00:25 +0000 | | xmonad: the tiling window manager with formally proven extensions | https://xmonad.org | https://wiki.haskell.org/Xmonad/Frequently_asked_questions | cheatsheet: https://xmonad.org/images/cheat/xmbindings.png | https://ircbrowse.tomsmeding.com/browse/lcxmonad |
| 2021-05-27 10:00:33 +0000 | ChanServ | -o Solid |
| 2021-05-27 10:00:53 +0000 | <Solid> | (I changed the cheatsheet link to the one that's hosted on xmonad.org) |
| 2021-05-27 12:17:33 +0000 | allbery_b | (~geekosaur@069-135-003-034.biz.spectrum.com) (Ping timeout: 244 seconds) |
| 2021-05-27 12:29:04 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-05-27 14:00:37 +0000 | seschwar | (~seschwar@user/seschwar) |
| 2021-05-27 14:08:26 +0000 | frosch03 | (~user@2a02:8070:7ab:1b00:397e:4353:be62:b47b) |
| 2021-05-27 14:08:55 +0000 | frosch03 | (~user@2a02:8070:7ab:1b00:397e:4353:be62:b47b) (Remote host closed the connection) |
| 2021-05-27 14:22:38 +0000 | allbery_b | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-05-27 14:23:42 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Ping timeout: 264 seconds) |
| 2021-05-27 14:23:54 +0000 | allbery_b | geekosaur |
| 2021-05-27 14:30:42 +0000 | lorxiu | (~user@240e:3b1:2470:b600:bb:1c1e:4256:2) |
| 2021-05-27 14:46:49 +0000 | lorxiu | (~user@240e:3b1:2470:b600:bb:1c1e:4256:2) (ERC (IRC client for Emacs 28.0.50)) |
| 2021-05-27 15:11:08 +0000 | frosch03 | (~user@2a02:8070:7ab:1b00:da3d:550:1093:7f37) |
| 2021-05-27 15:14:55 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Ping timeout: 272 seconds) |
| 2021-05-27 15:16:50 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-05-27 15:46:34 +0000 | qbt | (~edun@user/edun) (Quit: WeeChat 3.1) |
| 2021-05-27 15:58:14 +0000 | frosch03 | (~user@2a02:8070:7ab:1b00:da3d:550:1093:7f37) (Remote host closed the connection) |
| 2021-05-27 15:58:45 +0000 | Solid | (~slot@2a01:4f8:c2c:d600::2) (Quit: Connection reset by pear) |
| 2021-05-27 16:01:05 +0000 | Solid | (~slot@static.220.87.47.78.clients.your-server.de) |
| 2021-05-27 16:42:48 +0000 | werneta_ | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection) |
| 2021-05-27 17:01:04 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2021-05-27 17:04:30 +0000 | <liskin> | mc47: Do you need those Windows-specific things in xmonad-web/Gemfile or is that just a copypaste from somewhere? |
| 2021-05-27 17:05:16 +0000 | xacktm | (xacktm@user/xacktm) (Remote host closed the connection) |
| 2021-05-27 17:05:23 +0000 | <mc47> | liskin it's the latter, I had no idea what I was doing |
| 2021-05-27 17:05:50 +0000 | <liskin> | okay :-) |
| 2021-05-27 17:09:55 +0000 | qbt | (~edun@user/edun) |
| 2021-05-27 17:16:06 +0000 | xacktm | (xacktm@user/xacktm) |
| 2021-05-27 17:34:24 +0000 | jg | (~jg@12.218.15.210) |
| 2021-05-27 17:35:52 +0000 | <liskin> | Solid: what do you think about https://github.com/liskin/xmonad-web/commit/b6431e171459aa147bf80479672f4d2368fbb081 ? |
| 2021-05-27 17:36:26 +0000 | <jg> | When compiling xmobar from stack with all flags but alsa (because arch gcc 11.1 can’t compile Alsa) I run into issue trying to display a degrees symbol. Xmobar runs perfectly without the symbol. But I get an hgetcontents error with invalid byte sequence when the symbol is in) I have installed and reinstalled various fonts. Is there a work around? |
| 2021-05-27 17:36:56 +0000 | <liskin> | took me half a day of cursing at ruby and the decisions I made in my life, but it works on my Debian and also in a clean Debian in docker, so perhaps it might work elsewhere as well |
| 2021-05-27 17:37:03 +0000 | <jg> | when checking the file it is indeed running utf 8 |
| 2021-05-27 17:37:06 +0000 | <liskin> | or perhaps not, I wouldn't be surprised |
| 2021-05-27 17:39:01 +0000 | <liskin> | jg: seems like an issue with locales |
| 2021-05-27 17:39:14 +0000 | <liskin> | jg: where is that degree symbol? .xmobarrc or xmonad.hs? |
| 2021-05-27 17:39:24 +0000 | <liskin> | what are your locale settings? (LANG, LC_*) |
| 2021-05-27 17:39:29 +0000 | <liskin> | what does localectl list-locales say? |
| 2021-05-27 17:40:43 +0000 | <jg> | .xmobarrc and I have LANG=en_US.UTF-8 and the same in locale.gen uncommented. I’m away from computer so I can’t run the list |
| 2021-05-27 17:42:25 +0000 | <jg> | I tried Uncommenting the iso below the utf-8 in locale.gen as well and it did not work after running locale-gen |
| 2021-05-27 17:43:29 +0000 | <liskin> | that is truly weird |
| 2021-05-27 17:46:44 +0000 | <jg> | It’s been driving me crazy. I’ve been trying in virtual box and maybe it’s somehow linked. So I might just wipe my laptop and try on there to see if it’s a virtual box issue |
| 2021-05-27 17:47:12 +0000 | <liskin> | it's definitely not |
| 2021-05-27 17:47:21 +0000 | <liskin> | there must be a saner explanation |
| 2021-05-27 17:48:03 +0000 | <liskin> | might be best if you come back when you can interactively run commands in there |
| 2021-05-27 17:48:08 +0000 | <liskin> | right now it's just a guessing game |
| 2021-05-27 17:48:37 +0000 | <jg> | Yea that’s true, was on a lunch break so just figured I’d pop in. |
| 2021-05-27 17:48:50 +0000 | <jg> | Any chance you’ll be on later this evening? |
| 2021-05-27 17:49:10 +0000 | <liskin> | quite likely yes |
| 2021-05-27 17:49:40 +0000 | <liskin> | well, not sure what evening means in your timezone, I'm in London timezone |
| 2021-05-27 17:50:19 +0000 | <jg> | Lol like 5-6 pm PST |
| 2021-05-27 17:50:28 +0000 | <jg> | so maybe not |
| 2021-05-27 17:51:21 +0000 | <liskin> | 1 am |
| 2021-05-27 17:51:39 +0000 | <liskin> | that I cannot promise :-) |
| 2021-05-27 17:51:56 +0000 | <jg> | I totally understand! |
| 2021-05-27 17:52:30 +0000 | <Solid> | liskin: looks good and works for me :) |
| 2021-05-27 17:52:40 +0000 | <liskin> | Solid: \o/ |
| 2021-05-27 17:52:54 +0000 | <jg> | I’ll try tonight. I asked yesterday but I’d appeared no one was available to answer :) or maybe just didn’t know haha |
| 2021-05-27 17:53:02 +0000 | <jg> | I appreciate y’all :) |
| 2021-05-27 18:25:49 +0000 | <Solid> | liskin: just double checking: is it okay if I force push the branch for web/#27 or are you still working on something? |
| 2021-05-27 18:26:15 +0000 | <liskin> | Solid: not working on your branch so it's okay |
| 2021-05-27 18:27:07 +0000 | <liskin> | (it wouldn't be okay if I intended to look at the diff since last push but in this case that won't be necessary) |
| 2021-05-27 18:37:29 +0000 | <liskin> | geekosaur: have we considered adding Solid to the core team? |
| 2021-05-27 18:38:55 +0000 | <liskin> | I feel that I'm too much of a bottleneck in merging stuff :-) |
| 2021-05-27 18:39:05 +0000 | <geekosaur> | I just went with a minimum, I'm not opposed to it |
| 2021-05-27 18:39:39 +0000 | <geekosaur> | oh, for github. no problem |
| 2021-05-27 18:40:04 +0000 | <liskin> | is there some other notion of it? |
| 2021-05-27 18:40:26 +0000 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) |
| 2021-05-27 18:40:30 +0000 | <liskin> | (afk, dinner, sorry) |
| 2021-05-27 18:43:24 +0000 | <geekosaur> | the channel access list, which I can';t recall who I requested access for |
| 2021-05-27 18:47:02 +0000 | <geekosaur> | anyway they should be added now |
| 2021-05-27 18:47:31 +0000 | <jg> | Would y’all have any books or websites you’d recommend for learning Haskell |
| 2021-05-27 18:48:31 +0000 | <geekosaur> | https://www.haskell.org/documentation/ hasa number of suggestions and should be fairly up to date |
| 2021-05-27 18:48:41 +0000 | <geekosaur> | including various online courses |
| 2021-05-27 18:52:54 +0000 | <jg> | Thank you |
| 2021-05-27 18:59:51 +0000 | jg | (~jg@12.218.15.210) (Quit: Connection closed) |
| 2021-05-27 19:14:58 +0000 | <liskin> | geekosaur: I am not sure if what you requested access for matters; the opers gave access to just me and I then added you and Solid as well |
| 2021-05-27 19:15:29 +0000 | <liskin> | and I have absolutely no idea who's "authorized to represent the xmonad project" regarding cloaks and claiming other channels |
| 2021-05-27 19:15:54 +0000 | <liskin> | may be tied to flags on this channel, may be a separate concept altogether |
| 2021-05-27 19:17:44 +0000 | lisq | (~quassel@lis.moe) |
| 2021-05-27 19:19:09 +0000 | <Solid> | geekosaur: liskin oooh, thank you two :) |
| 2021-05-27 19:20:11 +0000 | <Solid> | liskin: the "authorized" person is usually the channel contact; this is usually the person to send the mail regarding the registration (or you have to name a contact in that email, I can't quite remember) |
| 2021-05-27 19:20:33 +0000 | <geekosaur> | I think the point is this channel isn't yet properly registered |
| 2021-05-27 19:20:51 +0000 | <geekosaur> | so we don't have an authorized contact as such yet |
| 2021-05-27 19:20:56 +0000 | <Solid> | oh okay |
| 2021-05-27 19:21:00 +0000 | <liskin> | it is |
| 2021-05-27 19:21:02 +0000 | <liskin> | 20:01:06 -- ChanServ: The #xmonad namespace is registered to the xmonad project |
| 2021-05-27 19:21:46 +0000 | <liskin> | I just have no idea if anybody looked at the e-mail or if they just did it ad-hoc based on my pinging them |
| 2021-05-27 19:22:05 +0000 | <geekosaur> | you made it sound like the latter |
| 2021-05-27 19:22:14 +0000 | <liskin> | I gave them the ticket number, so I can't rule out either |
| 2021-05-27 19:22:28 +0000 | <liskin> | it probably doesn't matter, anyway |
| 2021-05-27 19:24:04 +0000 | <liskin> | they wanted a github commit or website change as proof, and they'll probably be okay with doing this again if the requested isn't on the list |
| 2021-05-27 19:24:15 +0000 | <liskin> | *requester |
| 2021-05-27 19:24:56 +0000 | <liskin> | can't really blame them for taking shortcuts :-) |
| 2021-05-27 19:54:42 +0000 | tremon | tremon_ |
| 2021-05-27 19:57:18 +0000 | wonko | (~wjc@user/wonko) (Ping timeout: 264 seconds) |
| 2021-05-27 20:03:15 +0000 | jg | (~jg@MCCARTHY-BU.ear3.LosAngeles1.Level3.net) |
| 2021-05-27 20:03:15 +0000 | jg | (~jg@MCCARTHY-BU.ear3.LosAngeles1.Level3.net) (Client Quit) |
| 2021-05-27 20:03:34 +0000 | jg | (~jg@12.218.15.210) |
| 2021-05-27 20:07:30 +0000 | qbt | (~edun@user/edun) (Ping timeout: 264 seconds) |
| 2021-05-27 20:33:42 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Remote host closed the connection) |
| 2021-05-27 20:34:07 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-05-27 20:42:02 +0000 | jsoo | (~znc@irc.refl.club) |
| 2021-05-27 20:42:06 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-05-27 20:52:54 +0000 | <mc47> | any reason the willFloat issue is an issue, and not a PR? :) |
| 2021-05-27 20:56:53 +0000 | <liskin> | 2021-05-24 11:04:18 liskin always_blue: would you perhaps open a github issue and attach the few lines of code you ended up with, so that we can think about putting it somewhere? |
| 2021-05-27 20:57:12 +0000 | <liskin> | tldr I wasn't sure where it belongs |
| 2021-05-27 20:57:54 +0000 | <liskin> | if we just stick it in XMonad.ManageHook in core then we can't use it in Operations I think |
| 2021-05-27 20:58:05 +0000 | <mc47> | thanks liskin! |
| 2021-05-27 20:58:07 +0000 | <liskin> | if we put in in ManageHelpers then obviously we can't use it in core either |
| 2021-05-27 20:58:22 +0000 | <liskin> | and being in a different repo the risk of it diverging becomes greater |
| 2021-05-27 20:58:28 +0000 | <mc47> | hmmm |
| 2021-05-27 20:58:39 +0000 | <liskin> | maybe I'm overthinking it |
| 2021-05-27 20:58:57 +0000 | <liskin> | obviously I'm am, I asked for a github issue specifically so that I can overthink it. :-) |
| 2021-05-27 20:59:55 +0000 | <mc47> | why can't we put in Operations? |
| 2021-05-27 21:00:19 +0000 | <mc47> | oh right |
| 2021-05-27 21:01:04 +0000 | <liskin> | well we probably can |
| 2021-05-27 21:01:17 +0000 | <liskin> | it's just a bit weird to put a ManageHook in there :-) |
| 2021-05-27 21:01:30 +0000 | <liskin> | we can split it even more though |
| 2021-05-27 21:01:32 +0000 | <mc47> | wait I'm a bit confused, I'm not familiar with the structure of the core |
| 2021-05-27 21:01:46 +0000 | <liskin> | Window -> X Bool into Operations and a Query Bool wrapper on top of it in ManageHook |
| 2021-05-27 21:01:51 +0000 | <geekosaur> | Operations runs ManageHooks already so they're already in there in some fashion |
| 2021-05-27 21:02:22 +0000 | <liskin> | geekosaur: X.ManageHook depends on X.Operations, Operations just uses the Query data type from X.Core |
| 2021-05-27 21:03:25 +0000 | <liskin> | and it doesn't belong in X.Core either as X.Core contains almost no X11 stuff |
| 2021-05-27 21:04:47 +0000 | <mc47> | I like the Window -> X Bool and Query Bool wrapper idea |
| 2021-05-27 21:06:03 +0000 | <liskin> | it's probably the cleanest, yeah |
| 2021-05-27 21:06:25 +0000 | <liskin> | we'll need to invent two names for it though :-) |
| 2021-05-27 21:07:04 +0000 | <mc47> | the harder part about this whole thing |
| 2021-05-27 21:08:16 +0000 | <liskin> | :-) |
| 2021-05-27 21:10:08 +0000 | <mc47> | huh, insertPosition is still acting weird though |
| 2021-05-27 21:10:41 +0000 | <mc47> | I'm too tired to dig into this tonight... |
| 2021-05-27 21:11:38 +0000 | jg | (~jg@12.218.15.210) (Quit: Client closed) |
| 2021-05-27 21:16:59 +0000 | <liskin> | well thanks for looking into it anyway |
| 2021-05-27 21:17:15 +0000 | <liskin> | I wanted to link the willFloat issue in there and couldn't find it :-) |
| 2021-05-27 21:17:37 +0000 | <liskin> | solidly tired as well. |
| 2021-05-27 21:18:26 +0000 | <mc47> | it took me a solid 10 minutes to find it, during which I forgot what I was looking for |
| 2021-05-27 21:18:30 +0000 | <mc47> | well, it's a night for me |
| 2021-05-27 21:18:35 +0000 | <mc47> | good night :) |
| 2021-05-27 21:20:43 +0000 | mc47 | (~yecinem@89.246.239.190) (Quit: Leaving) |
| 2021-05-27 21:25:14 +0000 | jg | (~jg@12.218.15.210) |
| 2021-05-27 21:28:50 +0000 | jg | (~jg@12.218.15.210) (Client Quit) |
| 2021-05-27 22:10:04 +0000 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-05-27 22:27:47 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Remote host closed the connection) |
| 2021-05-27 22:29:42 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-05-27 22:57:37 +0000 | allbery_b | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-05-27 23:00:47 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Ping timeout: 252 seconds) |
| 2021-05-27 23:12:16 +0000 | allbery_b | geekosaur |
| 2021-05-27 23:42:01 +0000 | tremon_ | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |