| 15 Jan 2025 |
@qbit:tapenet.org | 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:tapenet.org | for a plasma6 setup, is it sufficient to s/5/6/ ? | 14:50:51 |
K900 | I believe so | 14:51:37 |
@qbit:tapenet.org | 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:tapenet.org | any cluesticks? | 15:07:14 |
@qbit:tapenet.org | i started with the nix shell shebang trick and included those dependencies and everything worked as expected | 15:07:43 |
@qbit:tapenet.org | if I call the python3 interpreter from the shebang in the results I can import requests and dbus.mainloop.glib | 15:32:26 |
@qbit:tapenet.org | but not gi.repository | 15:32:32 |