Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 467 468 469 470 471 472 473 474 475 476 477 .. 1848
184,774 events total
2022-01-31 10:05:13 <Solid> I see :)
2022-01-31 10:08:12 cfricke joins (~cfricke@user/cfricke)
2022-01-31 10:20:32 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3)
2022-01-31 10:41:36 arjun joins (~arjun@user/arjun)
2022-01-31 10:41:56 <arjun> think i'm getting the hang of this ; )
2022-01-31 10:48:59 scardinal joins (~supreme@customer-212-237-101-39.ip4.gigabit.dk)
2022-01-31 11:05:59 <Solid> \o/
2022-01-31 11:15:25 cfricke joins (~cfricke@user/cfricke)
2022-01-31 11:27:52 catman joins (~catman@user/catman)
2022-01-31 11:31:07 × catman quits (~catman@user/catman) (Read error: Connection reset by peer)
2022-01-31 11:33:06 catman joins (~catman@user/catman)
2022-01-31 11:47:02 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2022-01-31 11:57:24 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 256 seconds)
2022-01-31 12:15:27 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3)
2022-01-31 12:18:13 cfricke joins (~cfricke@user/cfricke)
2022-01-31 12:34:07 Czernobog joins (~Czernobog@user/czernobog)
2022-01-31 12:57:48 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-01-31 12:58:40 × Czernobog quits (~Czernobog@user/czernobog) (Remote host closed the connection)
2022-01-31 12:59:24 Czernobog joins (~Czernobog@user/czernobog)
2022-01-31 13:00:18 <Czernobog> can someone help me build xmonad on opensuse?
2022-01-31 13:00:25 <Czernobog> I am getting $ stack build --silent --stack-yaml /home/$USER/.xmonad/stack.yaml
2022-01-31 13:02:09 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2022-01-31 13:09:15 <geekosaur> ok?
2022-01-31 13:09:46 <geekosaur> that's the command, sounds like there is no output so apparently your config built successfully\
2022-01-31 13:09:52 <geekosaur> now try: xmonad --restart
2022-01-31 13:17:13 × Czernobog quits (~Czernobog@user/czernobog) (Remote host closed the connection)
2022-01-31 13:18:15 Czernobog joins (~Czernobog@user/czernobog)
2022-01-31 13:19:27 <Czernobog> Errors detected while compiling xmonad config: /home/$USER/.xmonad/xmonad.hs $ stack build --silent --stack-yaml /home/sanatteli/.xmonad/stack.yaml
2022-01-31 13:19:47 <Czernobog> @geekosaur, this is what I get
2022-01-31 13:19:47 <lambdabot> Unknown command, try @list
2022-01-31 13:20:59 <Czernobog> @lambdabot, is that for me?
2022-01-31 13:21:00 <lambdabot> Unknown command, try @list
2022-01-31 13:21:24 <Czernobog> oh nvm
2022-01-31 13:21:38 <Czernobog> @list
2022-01-31 13:21:39 <lambdabot> What module? Try @listmodules for some ideas.
2022-01-31 13:21:45 <Czernobog> @listmodules
2022-01-31 13:21:46 <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
2022-01-31 13:21:46 <lambdabot> seen slap source spell system tell ticker todo topic type undo unlambda unmtl version where
2022-01-31 13:26:35 <geekosaur> Czernobog, is that really all you get? There should be an actual error listed. Check for an xmonad.errors file next to your xmonad.hs
2022-01-31 13:27:14 <Czernobog> $ stack build --silent --stack-yaml /home/$USER/.xmonad/stack.yaml
2022-01-31 13:27:25 <Czernobog> this is the only thing in xmonad.errors
2022-01-31 13:28:04 <Czernobog> @geekosaur, if I do stack build I getError parsing targets: The project contains no local packages (packages not marked with 'extra-dep')
2022-01-31 13:28:04 <lambdabot> Unknown command, try @list
2022-01-31 13:28:35 <geekosaur> hm. what's in your stack.yaml?
2022-01-31 13:30:37 <Czernobog> Here https://pastebin.com/DRVNTk4V
2022-01-31 13:31:18 <geekosaur> yeh, stack init won't give you a full stack.yaml, you're supposed to add something to it
2022-01-31 13:32:30 <Czernobog> add what though?
2022-01-31 13:34:07 <geekosaur> hm. was hoping the tutorial wenbt through that since most of the other maintainers like stack so much, but it only discusses building without stack
2022-01-31 13:34:34 <geekosaur> I'm not a stack user so I can't really tell you. but at the very least it needs to know to build your xmonad.hs
2022-01-31 13:35:15 <Czernobog> Is there another way to install xmonad?
2022-01-31 13:36:30 <geekosaur> xmonad itself is installed. this is about building a custom config
2022-01-31 13:36:44 <geekosaur> there are three ways to do it: raw ghc, stack, and cabal
2022-01-31 13:36:54 <Czernobog> oh
2022-01-31 13:37:02 <arjun> Czernobog, i am on opensuse tumbleweeed and recently started using xmonad
2022-01-31 13:37:02 <geekosaur> I use cabal but I need a build script since direct cabal support isn't built in as yet
2022-01-31 13:37:12 <arjun> i used cabal to install tho
2022-01-31 13:37:33 <Solid> stack actually does create a full stack.yaml for you if you have xmonad and xmonad-contrib as subdirs
2022-01-31 13:37:44 <Solid> (like INSTALL.md tells you to)
2022-01-31 13:37:57 <geekosaur> oh, I was looking in the tutorial
2022-01-31 13:38:21 <Solid> I think that links to install for these instructions
2022-01-31 13:38:45 <geekosaur> yes, but that I would expect to be for installing xmonad itself, not configuration
2022-01-31 13:39:26 <Czernobog> I do have xmonad-contrib directory but it still wont work
2022-01-31 13:39:39 <Czernobog> @arjun, Can you tell me how you did that
2022-01-31 13:39:39 <lambdabot> Unknown command, try @list
2022-01-31 13:40:15 <Solid> geekosaur: same difference in this case; installing via stack creates a project with xmonad and xmonad-contrib as dependencies and your config as the entry point for the xmonad executable
2022-01-31 13:41:04 <Czernobog> if I use cabal I get When using configuration(s) from /home/$USER/.xmonad/cabal.project, the following errors occurred:
2022-01-31 13:41:05 <Czernobog> The package location glob '*/*.cabal' does not match any files or directories.
2022-01-31 13:41:33 <Czernobog> I created cabal.project which has this inside it: packages: */*.cabal
2022-01-31 13:41:42 <Czernobog> just like the guide tells me to
2022-01-31 13:42:05 <geekosaur> thta again requires you have both xmonad and xmonad-contrib as subdirectories
2022-01-31 13:42:14 × dirtcastle quits (~dirtcastl@103.43.203.227) (Remote host closed the connection)
2022-01-31 13:42:47 <Czernobog> cat ~/.xmonad
2022-01-31 13:42:49 <Czernobog> cabal.project stack.yaml stack.yaml.lock xmonad xmonad-contrib xmonad.errors xmonad.hs
2022-01-31 13:43:28 <arjun> Czernobog, https://xmonad.org/INSTALL.html
2022-01-31 13:43:48 <Czernobog> sorry I meant ls ~/.xmonad
2022-01-31 13:43:50 <arjun> i followed the instructions from ^ here
2022-01-31 13:43:58 <Czernobog> @arjun, that is what I am also doing :/
2022-01-31 13:43:58 <lambdabot> Unknown command, try @list
2022-01-31 13:44:12 <arjun> i'll give you the short of it
2022-01-31 13:44:32 <arjun> clone both the repos in a clean .config/xmonad folder
2022-01-31 13:44:55 <arjun> make a xmonad.hs file with the basic config giving on the folder
2022-01-31 13:45:14 <arjun> in the ~/.config/xmonad dir
2022-01-31 13:46:06 <arjun> then skip all the stack stuff and follow from here https://xmonad.org/INSTALL.html#build-using-cabal-install
2022-01-31 13:46:45 <arjun> make a cabal.project file with just "packages: */*.cabal" , without the quotes
2022-01-31 13:47:28 <arjun> let me know if you get stuck / confused anywhere
2022-01-31 13:47:44 <Czernobog> Okay, I will start from scratch
2022-01-31 13:47:47 <Czernobog> thank you
2022-01-31 13:49:35 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3)
2022-01-31 13:53:45 × Czernobog quits (~Czernobog@user/czernobog) (Remote host closed the connection)
2022-01-31 13:54:35 Czernobog joins (~Czernobog@user/czernobog)
2022-01-31 14:00:41 × Czernobog quits (~Czernobog@user/czernobog) (Remote host closed the connection)
2022-01-31 14:27:21 × tv quits (~tv@user/tv) (Ping timeout: 256 seconds)
2022-01-31 14:31:20 tv joins (~tv@user/tv)
2022-01-31 15:00:40 seschwar joins (~seschwar@user/seschwar)
2022-01-31 15:08:25 GooseYArd joins (~GooseYArd@70.123.32.124)
2022-01-31 15:10:08 todologo joins (~todologo@2a02:810a:8cc0:20d8:1bb3:6f14:a0bc:d756)
2022-01-31 15:10:20 × todologo quits (~todologo@2a02:810a:8cc0:20d8:1bb3:6f14:a0bc:d756) (Client Quit)
2022-01-31 15:57:06 × edun quits (~qbt@user/edun) (Ping timeout: 260 seconds)
2022-01-31 16:44:49 kr joins (~kr@2600:1700:5651:830f::1003)
2022-01-31 16:45:12 kr is now known as Guest367

All times are in UTC.