You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Have Plasma 6 as the active DE
Enter "Edit Mode" to add a Widget
Add the preinstalled widget "Web Browser"
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
Metadata
system: "x86_64-linux"
host os: Linux 6.6.60, NixOS, 24.11 (Vicuna), 24.11.20241109.76612b1
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.
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:
Steps To Reproduce
Steps to reproduce the behavior:
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
Metadata
"x86_64-linux"
Linux 6.6.60, NixOS, 24.11 (Vicuna), 24.11.20241109.76612b1
yes
yes
nix-env (Nix) 2.24.10
/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.
The text was updated successfully, but these errors were encountered: