Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plasma Addons: org.kde.plasma.webbrowser cant find QtWebEngine #355933

Open
ToasterUwU opened this issue Nov 14, 2024 · 1 comment
Open

Plasma Addons: org.kde.plasma.webbrowser cant find QtWebEngine #355933

ToasterUwU opened this issue Nov 14, 2024 · 1 comment
Labels
0.kind: bug Something is broken

Comments

@ToasterUwU
Copy link
Member

ToasterUwU commented Nov 14, 2024

Describe the bug

It seems that org.kde.plasma.webbrowser cant find its dependency QtWebEngine and fails. Im unsure why that is, since the only thing related that I could find easily has that exact depency included, so there should be no such issue from what I can tell.
Im talking about https://github.com/NixOS/nixpkgs/blob/master/pkgs/kde/plasma/kdeplasma-addons/default.nix

Here is the error message I get in text form:

file:///nix/store/ghvl0aj0x1vxiv68py9s1b8zj6dcm62n-kdeplasma-addons-6.2.3/share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/ui/main.qml:10:1: module "QtWebEngine" is not installed

Steps To Reproduce

Steps to reproduce the behavior:

  1. Have Plasma 6 as the active DE
  2. Enter "Edit Mode" to add a Widget
  3. Add the preinstalled widget "Web Browser"
  4. See the Widget fail with the error message

Expected behavior

Since the dependency is added to the file mentioned before, I'm pretty sure i wouldn't have to install the QtWebEngine myself, it should be as easy as adding the addon to the Desktop and it working without anything else.

Screenshots

image

Metadata

  • system: "x86_64-linux"
  • host os: Linux 6.6.60, NixOS, 24.11 (Vicuna), 24.11.20241109.76612b1
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.24.10
  • nixpkgs: /nix/store/0sxsfzswhjck7f4sbsvznz285s4i7y64-source

Notify maintainers

@K900


Note for maintainers: Please tag this issue in your PR.


Add a 👍 reaction to issues you find important.

@ToasterUwU ToasterUwU added the 0.kind: bug Something is broken label Nov 14, 2024
@K900
Copy link
Contributor

K900 commented Nov 14, 2024

This is unfortunately difficult to make work the way we have Qt things set up right now. You can add qt6.qtwebengine to your environment.systemPackages as a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants