Logs: liberachat/#xmonad
| 2023-06-01 20:47:38 | <Guest52> | you could put in your configuration.nix something like |
| 2023-06-01 20:48:03 | <Guest52> | ``` |
| 2023-06-01 20:48:03 | <Guest52> | environment.shellInit = '' |
| 2023-06-01 20:48:04 | <Guest52> | export PATH=$PATH:/home/dminuoso/your/path/here |
| 2023-06-01 20:48:04 | <Guest52> | ''; |
| 2023-06-01 20:48:05 | <Guest52> | ``` |
| 2023-06-01 20:49:22 | <Guest52> | depending on how you have xmonad installed and configured, this may also be the path of least resistance |
| 2023-06-01 21:26:42 | × | yaslam0 quits (~yaslam0@user/yaslam) (Quit: -a- Connection Timed Out) |
| 2023-06-01 21:26:54 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-01 21:57:29 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-01 22:04:37 | × | jeeeun quits (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat) |
| 2023-06-01 22:06:54 | → | jeeeun joins (~jeeeun@78.40.148.178) |
| 2023-06-01 22:40:50 | × | Guest52 quits (~Guest52@2001:579:e224:17:b293:446e:deac:2f99) (Quit: Client closed) |
| 2023-06-01 22:55:40 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-01 22:56:51 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-01 23:05:01 | × | mncheck quits (~mncheck@193.224.205.254) (Ping timeout: 256 seconds) |
| 2023-06-01 23:10:10 | → | enick_838 joins (~niggerius@2001:470:69fc:105::3:660c) |
| 2023-06-01 23:14:18 | × | haskl quits (~haskl@user/haskl) (Ping timeout: 250 seconds) |
| 2023-06-01 23:14:24 | → | haskl[error] joins (~haskl@user/haskl) |
| 2023-06-01 23:14:44 | × | jsoo quits (~znc@irc.refl.club) (Ping timeout: 250 seconds) |
| 2023-06-01 23:14:58 | → | jsoo_ joins (~znc@irc.refl.club) |
| 2023-06-02 00:11:31 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2023-06-02 01:50:04 | <ChaoticMist[m]> | Stumbled upon something interesting and thought I should share, https://github.com/queezle42/quasar-wayland |
| 2023-06-02 01:50:04 | <ChaoticMist[m]> | Do we have other wayland protocol implementation in Haskell because grepping in github is returning nothing atm.. |
| 2023-06-02 01:53:49 | <ChaoticMist[m]> | Ignoring waymonad obv. since that project has been long gone.. :/ |
| 2023-06-02 02:57:07 | × | td_ quits (~td@i5387091E.versanet.de) (Ping timeout: 240 seconds) |
| 2023-06-02 02:59:15 | → | td_ joins (~td@i53870932.versanet.de) |
| 2023-06-02 05:46:12 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 05:57:24 | × | yosafbridge quits (~yosafbrid@static.38.6.217.95.clients.your-server.de) (Quit: Leaving) |
| 2023-06-02 06:03:04 | → | yosafbridge joins (~yosafbrid@static.38.6.217.95.clients.your-server.de) |
| 2023-06-02 06:05:15 | → | chomwitt joins (~chomwitt@2a02:587:7a16:6700:1ac0:4dff:fedb:a3f1) |
| 2023-06-02 06:33:16 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 250 seconds) |
| 2023-06-02 06:35:02 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2023-06-02 06:39:16 | → | mncheckm joins (~mncheck@193.224.205.254) |
| 2023-06-02 07:07:25 | → | cfricke joins (~cfricke@user/cfricke) |
| 2023-06-02 07:37:06 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 07:38:20 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 08:09:10 | <dminuoso> | Mmm I did some thinking. Here exists a display-manager.service systemd unit which starts lightdm, spawning xfce+xmonad as its session. |
| 2023-06-02 08:09:19 | <dminuoso> | I can just manipulate the path of that systemd unit. |
| 2023-06-02 08:12:39 | <dminuoso> | No that does not work either huh. |
| 2023-06-02 08:12:57 | <dminuoso> | I should really understand how xmonad is started \ |
| 2023-06-02 08:15:28 | <dminuoso> | So lets start at xmonad. When I `spawn` it ends up calling /bin/sh with the argument supplied to it. So it is then /bin/sh that would look in its ambient $PATH |
| 2023-06-02 08:16:14 | <dminuoso> | spawn double forks, so it would have all environment variables that xmonad was started with |
| 2023-06-02 08:17:29 | <geekosaur> | the real question is, when lightdm spawns its session, does it just run it (should inherit envars) or does it tell systemd to start a user service (you need to find and manipulate that) |
| 2023-06-02 08:18:04 | <dminuoso> | The process tree looks as if lightdm kicks off a child process with /bin/bash to execute a session script. |
| 2023-06-02 08:18:49 | <dminuoso> | https://gist.github.com/dminuoso/f8798b1f0cc8430290d1217dd16dec59 |
| 2023-06-02 08:18:59 | <dminuoso> | (I removed some irrelevant branches) |
| 2023-06-02 08:19:34 | <dminuoso> | Though Im curious about what pstree visualizes with `=` and -` |
| 2023-06-02 08:20:55 | <dminuoso> | I guess I shoud look at lightdm source to see how it starts the session. |
| 2023-06-02 08:23:40 | × | ft quits (~ft@p4fc2a88b.dip0.t-ipconnect.de) (Quit: leaving) |
| 2023-06-02 08:34:56 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 08:38:33 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 09:02:08 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 09:04:36 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 09:07:00 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 09:09:24 | × | HAL[m] quits (~evadk8mat@2001:470:69fc:105::3ed0) (Remote host closed the connection) |
| 2023-06-02 09:17:48 | × | unclechu quits (~unclechu@2001:470:69fc:105::354) (Remote host closed the connection) |
| 2023-06-02 09:18:20 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 09:19:52 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 09:42:18 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 09:46:52 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 09:49:21 | × | chomwitt quits (~chomwitt@2a02:587:7a16:6700:1ac0:4dff:fedb:a3f1) (Remote host closed the connection) |
| 2023-06-02 10:05:22 | × | alethkit quits (23bd17ddc6@sourcehut/user/alethkit) (Remote host closed the connection) |
| 2023-06-02 10:05:22 | × | samhh quits (7569f027cf@2604:bf00:561:2000::e4) (Remote host closed the connection) |
| 2023-06-02 10:05:23 | × | retropikzel quits (9d1a4f9f46@2604:bf00:561:2000::ce) (Remote host closed the connection) |
| 2023-06-02 10:05:23 | × | zoglesby quits (f0f8ca1525@user/zoglesby) (Remote host closed the connection) |
| 2023-06-02 10:06:49 | → | zoglesby joins (f0f8ca1525@user/zoglesby) |
| 2023-06-02 10:07:12 | → | alethkit joins (23bd17ddc6@sourcehut/user/alethkit) |
| 2023-06-02 10:07:21 | → | samhh joins (7569f027cf@2604:bf00:561:2000::e4) |
| 2023-06-02 10:07:38 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 10:08:08 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2023-06-02 10:08:39 | → | retropikzel joins (9d1a4f9f46@2604:bf00:561:2000::ce) |
| 2023-06-02 10:11:10 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 10:13:31 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 10:31:25 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 10:41:16 | → | Ou42 joins (~Ou42@2600:1700:e930:41b0:28cc:a75f:7120:cccb) |
| 2023-06-02 10:49:18 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 10:54:19 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 10:54:44 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 10:55:51 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 10:58:42 | × | Ou42 quits (~Ou42@2600:1700:e930:41b0:28cc:a75f:7120:cccb) (Quit: Rick Rolled 1 too many times) |
| 2023-06-02 11:10:22 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 11:26:49 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 11:46:51 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 11:56:21 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 11:57:00 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 11:58:25 | × | telser_ quits (~quassel@user/telser) (Ping timeout: 240 seconds) |
| 2023-06-02 11:58:51 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 12:10:00 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 12:34:00 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 12:37:18 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 12:40:00 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 12:51:02 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 12:55:38 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 12:57:06 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 13:00:41 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 13:10:00 | → | yaslam0 joins (~yaslam0@user/yaslam) |
| 2023-06-02 13:10:54 | → | telser joins (~quassel@user/telser) |
| 2023-06-02 13:14:20 | × | yaslam0 quits (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
| 2023-06-02 13:34:12 | → | yaslam0 joins (~yaslam0@user/yaslam) |
All times are in UTC.