Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 237 238 239 240 241 242 243 244 245 246 247 .. 1847
184,627 events total
2021-10-05 20:00:25 <FOSSHuman[m]> the executable in `/usr/bin`, if I select `vmware` thunar file manager launches and shows the `vmware` directory, if I select `vmware/` thunar file manager launches and shows the `vmware` directory aswell. Shouldn't `vmware` be the executable and `vmware/` be the dir?? It should not launch in both cases...
2021-10-05 20:00:45 <FOSSHuman[m]> * directory to *always, * always* be
2021-10-05 20:00:54 <FOSSHuman[m]> * directory to _*always, * always*_ be
2021-10-05 20:01:03 <FOSSHuman[m]> s/always/*_always_*/
2021-10-05 20:03:06 <FOSSHuman[m]> s/Hello everyone again, I've been messing around with XMonad.Prompt.RunOrRaise and since it can open both directories and executables (in /usr/bin); I've been having an issue where a directory that has the same name as an executable causes the directory to always be shown in a file manager; An example of this is in this scenario: I type `vmware` into the prompt, the `vmware` program has a directory in my home dir that has the same name as
2021-10-05 20:03:06 <FOSSHuman[m]> the executable in `/usr/bin`, if I select `vmware` thunar file manager launches and shows the `vmware` directory, if I select `vmware/` thunar file manager launches and shows the `vmware` directory aswell. Shouldn't `vmware` be the executable and `vmware/` be the dir?? It should not launch in both cases.../Hello everyone again, I've been messing around with XMonad.Prompt.RunOrRaise and since it can open both directories and executables (in
2021-10-05 20:03:06 <FOSSHuman[m]> /usr/bin); I've been having an issue where a directory that has the same name as an executable causes the directory to _always_ be shown in a file manager; An example of this is in this scenario: I type `vmware` into the prompt, the `vmware` program has a directory in my home dir that has the same name as the executable in `/usr/bin`, (the prompt shows 2 matches: `vmware` and `vmware/`), if I select `vmware` thunar file manager launches
2021-10-05 20:03:06 <FOSSHuman[m]> and shows the `vmware` directory, if I select `vmware/` thunar file manager launches and shows the `vmware` directory aswell. Shouldn't `vmware` be the executable and `vmware/` be the dir?? It should not launch in both cases.../
2021-10-05 20:03:43 <FOSSHuman[m]> s/Hello everyone again, I've been messing around with XMonad.Prompt.RunOrRaise and since it can open both directories and executables (in /usr/bin); I've been having an issue where a directory that has the same name as an executable causes the directory to always be shown in a file manager; An example of this is in this scenario: I type `vmware` into the prompt, the `vmware` program has a directory in my home dir that has the same name as
2021-10-05 20:03:43 <FOSSHuman[m]> the executable in `/usr/bin`, if I select `vmware` thunar file manager launches and shows the `vmware` directory, if I select `vmware/` thunar file manager launches and shows the `vmware` directory aswell. Shouldn't `vmware` be the executable and `vmware/` be the dir?? It should not launch in both cases.../Hello everyone again, I've been messing around with XMonad.Prompt.RunOrRaise and since it can open both directories and executables (in
2021-10-05 20:03:43 <FOSSHuman[m]> /usr/bin); I've been having an issue where a directory that has the same name as an executable causes the directory to _always_ be shown in a file manager, with the executable *never* being executed; An example of this is in this scenario: I type `vmware` into the prompt, the `vmware` program has a directory in my home dir that has the same name as the executable in `/usr/bin`, (the prompt shows 2 matches: `vmware` and `vmware/`), if I
2021-10-05 20:03:43 <FOSSHuman[m]> select `vmware` thunar file manager launches and shows the `vmware` directory, if I select `vmware/` thunar file manager launches and shows the `vmware` directory aswell. Shouldn't `vmware` be the executable and `vmware/` be the dir?? It should not launch in both cases.../
2021-10-05 20:05:06 <geekosaur> edits don't work in IRC, we just got 10 lines of gobbledygook
2021-10-05 20:05:31 <geekosaur> anyway I wonder if it should accept a * suffix for an executable, like ls shows
2021-10-05 20:05:32 <FOSSHuman[m]> crap
2021-10-05 20:05:55 <geekosaur> and otherwise just take the first one it finds
2021-10-05 20:06:30 <FOSSHuman[m]> Is it still readable?? Or should I edit the message and send it without them things..
2021-10-05 20:06:46 <geekosaur> suffix / working is kinda by accident though, not something specific that RunOrRaise does
2021-10-05 20:08:51 <FOSSHuman[m]> So you are suggesting "vmware*" for an executable and "vmware/" for a file directory? Seems reasonable
2021-10-05 20:10:14 <geekosaur> yes
2021-10-05 20:10:30 <geekosaur> would require some additional code
2021-10-05 20:10:46 <jakefromstatefar> I think it it should default to `vmware*`, and `vmware/` should need to be explicitly stated.
2021-10-05 20:11:37 <geekosaur> either way, could you file an issue at https://github.com/xmonad/xmonad-contrib/issues ?
2021-10-05 20:12:02 <FOSSHuman[m]> geekosaur: Yeah sure! I'll do it rn..
2021-10-05 20:12:04 <geekosaur> we can discuss what the right thing would be there, and include folks who aren't around right now
2021-10-05 20:12:15 <FOSSHuman[m]> Seems reasonable
2021-10-05 20:20:19 <geekosaur> actually one additional reason I'd like that as an issue is that it might not be our fault
2021-10-05 20:21:01 <geekosaur> shells can be configured to autoopen directories, in which case this comes down to what the shell does and we may not have much control over it
2021-10-05 20:22:49 <geekosaur> (this occurs to me because runOrRaise would not work well directly with a file manager, because of https://wiki.haskell.org/Xmonad/General_xmonad.hs_config_tips#Terminal_emulator_factories)
2021-10-05 20:24:46 <FOSSHuman[m]> geekosaur: This is true, zsh on my setup goes automatically to a directory without cd even being typed into it before the name of the dir
2021-10-05 20:24:54 <FOSSHuman[m]> Issue Opened: https://github.com/xmonad/xmonad-contrib/issues/616
2021-10-05 20:25:03 <geekosaur> just got the email, yes
2021-10-05 20:50:47 rekahsoft joins (~rekahsoft@2605:8d80:6e1:e79b:d89:2184:8ba7:bd43)
2021-10-05 21:00:19 × wonko quits (~wjc@62.115.229.50) (Ping timeout: 245 seconds)
2021-10-05 21:16:39 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2021-10-05 21:33:39 <FOSSHuman[m]> <jakefromstatefar> "I think it it should default to..." <- Yeah, I agree with this too..
2021-10-05 22:10:08 × rekahsoft quits (~rekahsoft@2605:8d80:6e1:e79b:d89:2184:8ba7:bd43) (Ping timeout: 250 seconds)
2021-10-05 22:13:51 × seschwar quits (~seschwar@user/seschwar) (Quit: :wq)
2021-10-05 23:51:30 × srk quits (~sorki@user/srk) (Ping timeout: 260 seconds)
2021-10-05 23:52:33 srk joins (~sorki@user/srk)
2021-10-06 00:50:10 × amenonsen quits (~amenonsen@pitta.toroid.org) (Remote host closed the connection)
2021-10-06 00:51:30 amenonsen joins (~amenonsen@pitta.toroid.org)
2021-10-06 02:03:43 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds)
2021-10-06 02:06:28 × benin0369323016 quits (~benin@183.82.205.238) (Ping timeout: 252 seconds)
2021-10-06 02:11:25 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 252 seconds)
2021-10-06 02:11:50 benin0369323016 joins (~benin@183.82.176.241)
2021-10-06 02:22:06 banc joins (banc@gateway/vpn/airvpn/banc)
2021-10-06 02:42:02 × terrorjack quits (~terrorjac@static.3.200.12.49.clients.your-server.de) (Quit: The Lounge - https://thelounge.chat)
2021-10-06 02:56:09 × td_ quits (~td@muedsl-82-207-238-165.citykom.de) (Ping timeout: 245 seconds)
2021-10-06 02:57:05 × ectospasm quits (~ectospasm@user/ectospasm) (Quit: WeeChat 3.2.1)
2021-10-06 02:58:10 td_ joins (~td@94.134.91.91)
2021-10-06 02:58:40 ectospasm joins (~ectospasm@user/ectospasm)
2021-10-06 03:16:14 × codedmart quits (codedmart@2600:3c01::f03c:92ff:fefe:8511) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2021-10-06 03:16:30 codedmart joins (codedmart@2600:3c01::f03c:92ff:fefe:8511)
2021-10-06 03:18:08 × Solid[m] quits (~slot-matr@2001:470:69fc:105::1:a84) (Ping timeout: 265 seconds)
2021-10-06 03:18:08 × eezo[m] quits (~eezomatri@2001:470:69fc:105::1:7) (Ping timeout: 265 seconds)
2021-10-06 03:18:37 × vojjvoda[m] quits (~vojjvodam@2001:470:69fc:105::cefe) (Ping timeout: 265 seconds)
2021-10-06 03:18:37 × MatrixTravelerb4 quits (~voyagert2@2001:470:69fc:105::22) (Ping timeout: 265 seconds)
2021-10-06 03:18:38 × HAL[m] quits (~evadk8mat@2001:470:69fc:105::3ed0) (Ping timeout: 265 seconds)
2021-10-06 03:19:07 × triumphofdeath[m quits (~triumphof@2001:470:69fc:105::a5c) (Ping timeout: 265 seconds)
2021-10-06 03:19:07 × Mellow[m] quits (~mellow210@2001:470:69fc:105::8c62) (Ping timeout: 265 seconds)
2021-10-06 03:19:07 × jakub[m]1 quits (~jakubfami@2001:470:69fc:105::a43) (Ping timeout: 265 seconds)
2021-10-06 03:19:07 × Alee[m] quits (~alee1449m@2001:470:69fc:105::6d38) (Ping timeout: 265 seconds)
2021-10-06 03:22:43 jakub[m]1 joins (~jakubfami@2001:470:69fc:105::a43)
2021-10-06 03:23:22 Mellow[m] joins (~mellow210@2001:470:69fc:105::8c62)
2021-10-06 03:25:04 MatrixTravelerb4 joins (~voyagert2@2001:470:69fc:105::22)
2021-10-06 03:30:21 Solid[m] joins (~slot-matr@2001:470:69fc:105::1:a84)
2021-10-06 03:31:53 eezo[m] joins (~eezomatri@2001:470:69fc:105::1:7)
2021-10-06 03:34:28 HAL[m] joins (~evadk8mat@2001:470:69fc:105::3ed0)
2021-10-06 03:35:10 vojjvoda[m] joins (~vojjvodam@2001:470:69fc:105::cefe)
2021-10-06 03:36:51 Alee[m] joins (~alee1449m@2001:470:69fc:105::6d38)
2021-10-06 03:40:01 triumphofdeath[m joins (~triumphof@2001:470:69fc:105::a5c)
2021-10-06 05:39:26 qbt joins (~qbt@user/edun)
2021-10-06 07:22:32 tremon joins (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl)
2021-10-06 07:30:51 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2021-10-06 08:01:32 mc47 joins (~mc47@xmonad/TheMC47)
2021-10-06 08:14:14 cfricke joins (~cfricke@user/cfricke)
2021-10-06 08:18:46 wonko joins (~wjc@62.115.229.50)
2021-10-06 08:31:27 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2021-10-06 09:00:09 × AlejandroHernand quits (~blazingsk@2001:470:69fc:105::eee1) (Quit: You have been kicked for being idle)
2021-10-06 09:33:41 × cfricke quits (~cfricke@user/cfricke) (Ping timeout: 265 seconds)
2021-10-06 09:34:00 cfricke joins (~cfricke@user/cfricke)
2021-10-06 09:35:51 × cfricke quits (~cfricke@user/cfricke) (Client Quit)
2021-10-06 09:36:04 cfricke joins (~cfricke@user/cfricke)
2021-10-06 09:39:37 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 252 seconds)
2021-10-06 09:45:44 benin03693230163 joins (~benin@183.82.176.241)
2021-10-06 09:47:24 × benin0369323016 quits (~benin@183.82.176.241) (Ping timeout: 245 seconds)
2021-10-06 09:47:25 benin03693230163 is now known as benin0369323016
2021-10-06 10:05:10 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3)
2021-10-06 10:10:55 ormaaj joins (~ormaaj@user/ormaaj)
2021-10-06 10:32:05 cfricke joins (~cfricke@user/cfricke)
2021-10-06 10:35:56 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 245 seconds)
2021-10-06 10:38:49 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3)
2021-10-06 10:55:19 × darkstardevx quits (~darkstard@c-24-21-53-33.hsd1.or.comcast.net) (Ping timeout: 245 seconds)
2021-10-06 10:55:49 darkstardevx joins (~darkstard@c-24-21-53-33.hsd1.or.comcast.net)
2021-10-06 11:05:05 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2021-10-06 11:22:50 × lambdabot quits (~lambdabot@haskell/bot/lambdabot) (Quit: ...)
2021-10-06 11:24:09 lambdabot joins (~lambdabot@haskell/bot/lambdabot)
2021-10-06 11:42:16 cfricke joins (~cfricke@user/cfricke)
2021-10-06 11:48:48 azg256 joins (~user@78-56-98-5.static.zebra.lt)

All times are in UTC.