| 9 Jan 2025 |
K900 | I am going to go crash once I finish this abomination of a rebuild | 22:32:51 |
mjm | lol yeah will do | 22:33:03 |
K900 |  Download image.png | 22:55:46 |
K900 | This took way too fucking long | 22:55:51 |
K900 | But yay | 22:55:52 |
mjm | woooo | 23:04:14 |
| 10 Jan 2025 |
Viorel-Cătălin Răpițeanu | The update is really something else. On the funny side, after a few hours of running the compilation, the shell itself stopped working.
'Warning: Program "/run/current-system/sw/bin/zsh" failed.' | 20:32:18 |
K900 | OOMkilled probably | 20:39:12 |
| Fernando Rodrigues changed their display name from SigmaSquadron (Away until 2024-01-12) to SigmaSquadron (Away until 2024-01-11). | 22:15:39 |
| Fernando Rodrigues changed their display name from SigmaSquadron (Away until 2024-01-11) to SigmaSquadron (Away until 2025-01-11). | 22:43:08 |
| 11 Jan 2025 |
| Fernando Rodrigues changed their display name from SigmaSquadron (Away until 2025-01-11) to SigmaSquadron. | 15:06:29 |
| 14 Jan 2025 |
eliasp | what's the most reasonable way to test 6.2.90? I just changed the default nixpkgs input of my Flake to K900/nixpkgs/plasma-6.3, but opencolorio as dependency fails to build right now… | 13:31:09 |
K900 | You may want to rebase that branch on latest staging-next | 13:31:42 |
K900 | To pick up the fixes | 13:31:45 |
K900 | I don't generally keep it exactly up to date | 13:32:19 |
eliasp | I still need to streamline my testing/dev setup a bit, since "back in the days" I used to run KDE/Plasma bleeding edge using Gentoo live ebuilds which auto-updated 4 times a day (or on demand) and I was in constant beta-testing/bug-reporting/-triaging mode...
would love to get back in this mode - it was too much fun (albeit quite a bit time-consuming 😆)
might require some scripting to keep the revs/hashes of all relevant components constantly up-to-date etc.
my build-infrastructure is ready to tackle the job! 💪 | 13:43:31 |
eliasp | at least 6.2.90 is build now... let's see how long it'll take | 13:44:05 |
K900 | I'm not sure about ALL the components | 13:44:30 |
K900 | But generally you should be able to slightly fuck up mkKdeDerivation to do a git fetch | 13:44:45 |
eliasp | thanks, will give it a try (once I get around to it) | 14:10:47 |
eliasp | 22 pkgs to go... 😅 | 15:24:23 |
eliasp | …aaaand done! | 15:40:59 |
| 15 Jan 2025 |
qbit | trying to make a python krunner plugin for plasma6 | 14:50:04 |
qbit | i see pkgs/desktops/plasma-5/3rdparty/addons/krunner-ssh.nix | 14:50:08 |
qbit | which does:
install -m 0755 -D ssh-runner.desktop $out/share/kservices5/ssh-runner.desktop
install -m 0755 -D ssh-runner.service $out/share/dbus-1/services/com.selfcoders.ssh-runner.service | 14:50:29 |
qbit | for a plasma6 setup, is it sufficient to s/5/6/ ? | 14:50:51 |
K900 | I believe so | 14:51:37 |
qbit | https://paste.suah.dev/krunner-krha.nix.html here's what I have so far. When I try to run it (result of nix build), I get ImportError: cannot import name GLib, introspection typelib not found | 15:07:09 |
qbit | any cluesticks? | 15:07:14 |
qbit | i started with the nix shell shebang trick and included those dependencies and everything worked as expected | 15:07:43 |