Open mabequinho opened 1 year ago
nix/store/xxxxxx-ulauncher-5.15.0/share/systemd/user/ulauncher.service has ExecStart=env GDK_BACKEND=x11 /usr/bin/ulauncher --hide-window instead of nix/store executable path.
ExecStart=env GDK_BACKEND=x11 /usr/bin/ulauncher --hide-window
Steps to reproduce the behavior:
Launch ulauncher on the background
Installed using home-manager.
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"` - host os: `Linux 5.15.95, NixOS, 23.05 (Stoat), 23.05.20230225.b1f87ca` - multi-user?: `yes` - sandbox: `yes` - version: `nix-env (Nix) 2.13.2` - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
Please submit a pr replacing the path using substituteInPlace in postInstall
substituteInPlace
postInstall
Describe the bug
nix/store/xxxxxx-ulauncher-5.15.0/share/systemd/user/ulauncher.service has
ExecStart=env GDK_BACKEND=x11 /usr/bin/ulauncher --hide-window
instead of nix/store executable path.Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Launch ulauncher on the background
Additional context
Installed using home-manager.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.