2023-06-02 00:04:37 +0200 | jeeeun | (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat) |
2023-06-02 00:06:54 +0200 | jeeeun | (~jeeeun@78.40.148.178) |
2023-06-02 00:40:50 +0200 | Guest52 | (~Guest52@2001:579:e224:17:b293:446e:deac:2f99) (Quit: Client closed) |
2023-06-02 00:55:40 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 00:56:51 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 01:05:01 +0200 | mncheck | (~mncheck@193.224.205.254) (Ping timeout: 256 seconds) |
2023-06-02 01:10:10 +0200 | enick_838 | (~niggerius@2001:470:69fc:105::3:660c) |
2023-06-02 01:14:18 +0200 | haskl | (~haskl@user/haskl) (Ping timeout: 250 seconds) |
2023-06-02 01:14:24 +0200 | haskl[error] | (~haskl@user/haskl) |
2023-06-02 01:14:44 +0200 | jsoo | (~znc@irc.refl.club) (Ping timeout: 250 seconds) |
2023-06-02 01:14:58 +0200 | jsoo_ | (~znc@irc.refl.club) |
2023-06-02 02:11:31 +0200 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2023-06-02 03:50:04 +0200 | <ChaoticMist[m]> | Stumbled upon something interesting and thought I should share, https://github.com/queezle42/quasar-wayland |
2023-06-02 03:50:04 +0200 | <ChaoticMist[m]> | Do we have other wayland protocol implementation in Haskell because grepping in github is returning nothing atm.. |
2023-06-02 03:53:49 +0200 | <ChaoticMist[m]> | Ignoring waymonad obv. since that project has been long gone.. :/ |
2023-06-02 04:57:07 +0200 | td_ | (~td@i5387091E.versanet.de) (Ping timeout: 240 seconds) |
2023-06-02 04:59:15 +0200 | td_ | (~td@i53870932.versanet.de) |
2023-06-02 07:46:12 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 07:57:24 +0200 | yosafbridge | (~yosafbrid@static.38.6.217.95.clients.your-server.de) (Quit: Leaving) |
2023-06-02 08:03:04 +0200 | yosafbridge | (~yosafbrid@static.38.6.217.95.clients.your-server.de) |
2023-06-02 08:05:15 +0200 | chomwitt | (~chomwitt@2a02:587:7a16:6700:1ac0:4dff:fedb:a3f1) |
2023-06-02 08:33:16 +0200 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 250 seconds) |
2023-06-02 08:35:02 +0200 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2023-06-02 08:39:16 +0200 | mncheckm | (~mncheck@193.224.205.254) |
2023-06-02 09:07:25 +0200 | cfricke | (~cfricke@user/cfricke) |
2023-06-02 09:37:06 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 09:38:20 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 10:09:10 +0200 | <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 10:09:19 +0200 | <dminuoso> | I can just manipulate the path of that systemd unit. |
2023-06-02 10:12:39 +0200 | <dminuoso> | No that does not work either huh. |
2023-06-02 10:12:57 +0200 | <dminuoso> | I should really understand how xmonad is started \ |
2023-06-02 10:15:28 +0200 | <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 10:16:14 +0200 | <dminuoso> | spawn double forks, so it would have all environment variables that xmonad was started with |
2023-06-02 10:17:29 +0200 | <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 10:18:04 +0200 | <dminuoso> | The process tree looks as if lightdm kicks off a child process with /bin/bash to execute a session script. |
2023-06-02 10:18:49 +0200 | <dminuoso> | https://gist.github.com/dminuoso/f8798b1f0cc8430290d1217dd16dec59 |
2023-06-02 10:18:59 +0200 | <dminuoso> | (I removed some irrelevant branches) |
2023-06-02 10:19:34 +0200 | <dminuoso> | Though Im curious about what pstree visualizes with `=` and -` |
2023-06-02 10:20:55 +0200 | <dminuoso> | I guess I shoud look at lightdm source to see how it starts the session. |
2023-06-02 10:23:40 +0200 | ft | (~ft@p4fc2a88b.dip0.t-ipconnect.de) (Quit: leaving) |
2023-06-02 10:34:56 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 10:38:33 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 11:02:08 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 11:04:36 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 11:07:00 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 11:09:24 +0200 | HAL[m] | (~evadk8mat@2001:470:69fc:105::3ed0) (Remote host closed the connection) |
2023-06-02 11:17:48 +0200 | unclechu | (~unclechu@2001:470:69fc:105::354) (Remote host closed the connection) |
2023-06-02 11:18:20 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 11:19:52 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 11:42:18 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 11:46:52 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 11:49:21 +0200 | chomwitt | (~chomwitt@2a02:587:7a16:6700:1ac0:4dff:fedb:a3f1) (Remote host closed the connection) |
2023-06-02 12:05:22 +0200 | alethkit | (23bd17ddc6@sourcehut/user/alethkit) (Remote host closed the connection) |
2023-06-02 12:05:22 +0200 | samhh | (7569f027cf@2604:bf00:561:2000::e4) (Remote host closed the connection) |
2023-06-02 12:05:23 +0200 | retropikzel | (9d1a4f9f46@2604:bf00:561:2000::ce) (Remote host closed the connection) |
2023-06-02 12:05:23 +0200 | zoglesby | (f0f8ca1525@user/zoglesby) (Remote host closed the connection) |
2023-06-02 12:06:49 +0200 | zoglesby | (f0f8ca1525@user/zoglesby) |
2023-06-02 12:07:12 +0200 | alethkit | (23bd17ddc6@sourcehut/user/alethkit) |
2023-06-02 12:07:21 +0200 | samhh | (7569f027cf@2604:bf00:561:2000::e4) |
2023-06-02 12:07:38 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 12:08:08 +0200 | mc47 | (~mc47@xmonad/TheMC47) |
2023-06-02 12:08:39 +0200 | retropikzel | (9d1a4f9f46@2604:bf00:561:2000::ce) |
2023-06-02 12:11:10 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 12:13:31 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 12:31:25 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 12:41:16 +0200 | Ou42 | (~Ou42@2600:1700:e930:41b0:28cc:a75f:7120:cccb) |
2023-06-02 12:49:18 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 12:54:19 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 12:54:44 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 12:55:51 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 12:58:42 +0200 | Ou42 | (~Ou42@2600:1700:e930:41b0:28cc:a75f:7120:cccb) (Quit: Rick Rolled 1 too many times) |
2023-06-02 13:10:22 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 13:26:49 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 13:46:51 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 13:56:21 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 13:57:00 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 13:58:25 +0200 | telser_ | (~quassel@user/telser) (Ping timeout: 240 seconds) |
2023-06-02 13:58:51 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 14:10:00 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 14:34:00 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 14:37:18 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 14:40:00 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 14:51:02 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 14:55:38 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 14:57:06 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 15:00:41 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 15:10:00 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 15:10:54 +0200 | telser | (~quassel@user/telser) |
2023-06-02 15:14:20 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 15:34:12 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 15:45:28 +0200 | cfricke | (~cfricke@user/cfricke) (Quit: WeeChat 3.8) |
2023-06-02 15:46:47 +0200 | mc47 | (~mc47@xmonad/TheMC47) (Quit: Leaving) |
2023-06-02 15:48:28 +0200 | HAL[m] | (~evadk8mat@2001:470:69fc:105::3ed0) |
2023-06-02 15:53:05 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 15:57:41 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 16:16:15 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 16:23:23 +0200 | noex_ | (~null@2600:8804:14e0:104::1c86) (Quit: :q!) |
2023-06-02 16:28:01 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 16:30:44 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 16:32:36 +0200 | ft | (~ft@p4fc2a88b.dip0.t-ipconnect.de) |
2023-06-02 16:34:11 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 16:34:14 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 16:41:50 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 16:43:12 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 16:44:33 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 18:18:40 +0200 | hightower4 | (~hightower@213.149.61.254) |
2023-06-02 18:21:27 +0200 | hightower3 | (~hightower@cm-2185.cable.globalnet.hr) (Ping timeout: 265 seconds) |
2023-06-02 18:50:37 +0200 | hightower4 | (~hightower@213.149.61.254) (Ping timeout: 240 seconds) |
2023-06-02 20:05:00 +0200 | T_X | (~T_X@diktynna.open-mesh.org) (Read error: Connection reset by peer) |
2023-06-02 20:05:26 +0200 | T_X | (~T_X@diktynna.open-mesh.org) |
2023-06-02 20:28:16 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |
2023-06-02 20:35:07 +0200 | acidbong | (6e5528b381@198.108.77.94) () |
2023-06-02 20:53:24 +0200 | yaslam0 | (~yaslam0@user/yaslam) |
2023-06-02 21:57:36 +0200 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds) |
2023-06-02 21:57:59 +0200 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2023-06-02 23:09:45 +0200 | mncheckm | (~mncheck@193.224.205.254) (Ping timeout: 268 seconds) |
2023-06-02 23:47:28 +0200 | yaslam0 | (~yaslam0@user/yaslam) (Read error: Connection reset by peer) |