-
Hi! I'm on Fedora 40 and I'm trying to install some hyprland plugins using I've installed several now using their git repository url like so: Currently my list of installed plugins looks like this:
Yet, no plugins are listed by hyprctl
I used There are also no files in I'm using version 0.40
This is my host machine:
I've tried compiling hyprland myself, download the release version, and previously had the latest Fedora version installed (v.0.39) I'm pretty new to hyprland so please forgive me if there is something obvious that I'm missing. But any help is appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
usually means plugin failed loading (crashed or something) |
Beta Was this translation helpful? Give feedback.
-
by using this: dnf install ninja-build cmake meson gcc-c++ libxcb-devel libX11-devel pixman-devel wayland-protocols-devel cairo-devel pango-devel libuuid-devel libdrm-devel libinput-devel mesa-libgbm-devel hyprcursor-devel hyprlang-devel aquamarine-devel hyprutils-devel hyprwayland-scanner-devel xcb-util-wm-devel xcb-util-errors-devel tomlplusplus-devel systemd-devel i can build plugins and have them loaded, i am not sure if you need the first few packages or not but the others you do |
Beta Was this translation helpful? Give feedback.
-
@L4stIdi0t thanks for trying to help! I'm probably too stupid to make this work. This is what I get on Fedora 41. Installing packages:
Trying to build hyprscroller:
Since I'm already running in hyprland I would expect the build script to find it. But I'm no make expert =( |
Beta Was this translation helpful? Give feedback.
i do not know why that happens, but i would recommend using hyprpm to build because that does some stuff for comaptibilty
you might want to remove hyprscroller repo and readd it
the -v helps you debug why it fails to build even if it says that it has build succesfully, like i was missing systemd-devel while it was building succesfully by hyprpm