NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.97k stars 13.34k forks source link

KDE Connect applet does not work at all #200553

Open joepie91 opened 1 year ago

joepie91 commented 1 year ago

Describe the bug

After installing KDE Connect and pairing to my device, I've tried adding the applet to my Plasma taskbar. Unfortunately, it fails to work with the following error:

file:///nix/store/hvdpywihql9arcycw555ii2mz5r2fbb5-kdeconnect-kde-22.04.1/share/plasma/plasmoids/org.kde.kdeconnect/contents/ui/main.qml:11:1: module "org.kde.kdeconnect" is not installed

The KDE Connect application itself works fine, it's just the applet.

Steps To Reproduce

Steps to reproduce the behavior:

  1. programs.kdeconnect.enable = true;
  2. Pair device
  3. Add KDE Connect applet to Plasma taskbar
  4. Click icon to open it
  5. Click "View Error Details"

Expected behavior

Applet should work

Screenshots

image image

Additional context

Looks like it's probably a packaging issue of some sort.

Notify maintainers

@FRidh

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

 - system: `"x86_64-linux"`
 - host os: `Linux 5.15.75, NixOS, 22.05 (Quokka), 22.05.4055.fa842715565`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.8.1`
 - channels(sven): `""`
 - channels(root): `"nixos-22.05"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
SuperSamus commented 1 year ago

It works on my end. (Maybe because I'm on unstable.)

 - system: `"x86_64-linux"`
 - host os: `Linux 6.0.6-zen1, NixOS, 22.11 (Raccoon), 22.11.20221105.cae3751`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.11.0`
 - channels(root): `"nixos"`
 - channels(user): `""`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

image