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