command not found: wrapQtApp
Describe the bug
Hi. i have a qt applicatoin that according to here needs to use wrapQtAppsHook.
So i set it inside my shell.nix file
I compiled program successfully. But when i want to run it, i get this error:
╰ wrapQtApp kindd
command not found: wrapQtApp
If i use nix-shell everythings will fine. So seems lorri break bash functions. Isn't it?
To Reproduce Steps to reproduce the behavior:
- clone my repo and compile it: https://github.com/LinArcX/kindd
Expected behavior
Lorri should work with hooks like wrapQtAppsHook.
Metadata
$ lorri info
lorri version: 1.0
gc roots exist, shell_gc_root: "/home/linarcx/.cache/lorri/gc_roots/3f637a56cb928f99277ce4f60d200fd4/gc_root/shell_gc_root"
$ uname -a
Linux gnu_linux 5.4.27_1 #1 SMP PREEMPT Sat Mar 21 09:34:54 UTC 2020 x86_64 GNU/Linux
To Reproduce Steps to reproduce the behavior:
1. clone my repo and compile it: https://github.com/LinArcX/kindd
Hi @LinArcX! To allow us to reproduce the problem, could describe exactly which commands you used to build the project with lorri? I.e. did you use lorri daemon with the direnv integration, or lorri shell? Please paste the commands exactly as you ran them. Thanks!
Hi @LinArcX! To allow us to reproduce the problem, could describe exactly which commands you used to build the project with lorri? I.e. did you use
lorri daemonwith the direnv integration, orlorri shell? Please paste the commands exactly as you ran them. Thanks!
Sure. I'm using nix+lorri+direnv on void linux.
- So in another terminal run
lorri daemon. - In project directory:
cd build; cmake ..; make - Run it:
wrapQtApp ./core/kindd