I added the kwidgetsaddons dependency. Thanks noahares
Search Criteria
Package Details: xwaylandvideobridge-cursor-mode-2-git r112.b327a9b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xwaylandvideobridge-cursor-mode-2-git.git (read-only, click to copy) |
---|---|
Package Base: | xwaylandvideobridge-cursor-mode-2-git |
Description: | A tool to make it easy to stream wayland windows and screens to Xwayland applicatons that don't have native pipewire support. Patched to use cursor mode 2. |
Upstream URL: | https://invent.kde.org/system/xwaylandvideobridge |
Licenses: | GPL2 |
Conflicts: | xwaylandvideobridge-bin, xwaylandvideobridge-git |
Submitter: | Rubos |
Maintainer: | Rubos |
Last Packager: | Rubos |
Votes: | 2 |
Popularity: | 0.21 |
First Submitted: | 2023-05-21 00:39 (UTC) |
Last Updated: | 2023-06-28 12:35 (UTC) |
Dependencies (16)
- extra-cmake-modules (extra-cmake-modules-git)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- hicolor-icon-theme (hicolor-icon-theme-git)
- kcoreaddons (kcoreaddons-git)
- ki18n (ki18n-git)
- knotifications (knotifications-git)
- kpipewire (kpipewire-git)
- kwidgetsaddons (kwidgetsaddons-git)
- kwindowsystem (kwindowsystem-git)
- libxcb (libxcb-git)
- ninja (ninja-git, ninja-kitware, ninja-mem, python-ninja)
- qt5-base (qt5-base-git, qt5-base-headless)
- qt5-declarative (qt5-declarative-git)
- qt5-x11extras (qt5-x11extras-git)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Required by (0)
Sources (2)
Latest Comments
Rubos commented on 2023-06-28 12:36 (UTC)
Rubos commented on 2023-06-28 11:30 (UTC) (edited on 2023-06-28 11:30 (UTC) by Rubos)
yup was broken along with the upstream and is now fixed along with the upstream
vaelm commented on 2023-06-20 00:18 (UTC)
This appears to be broken along with the upstream
noahares commented on 2023-05-31 09:01 (UTC)
Building the package fails with
-- Could NOT find KF5WidgetsAddons (missing: KF5WidgetsAddons_DIR)
-- Could NOT find KF5WidgetsAddons: found neither KF5WidgetsAddonsConfig.cmake nor kf5widgetsaddons-config.cmake
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find KF5 (missing: WidgetsAddons) (found suitable version
"5.106.0", minimum required is "5.83.0")
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/usr/share/ECM/find-modules/FindKF5.cmake:93 (find_package_handle_standard_args)
CMakeLists.txt:20 (find_package)
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting..
It seems like kwidetsaddons
is missing in the dependencies list. After I installed it the package installed without problems.
Rubos commented on 2023-05-30 12:57 (UTC) (edited on 2023-05-30 12:57 (UTC) by Rubos)
Done, thx for pointing it out
Oshgnacknak commented on 2023-05-25 10:52 (UTC)
Please list extra/extra-cmake-modules as a build dependency
Rubos commented on 2023-05-21 00:49 (UTC)
The intention of this package is to provide a workaround for users of sway or hyprland (maybe also other wlroots based wms) facing the issue described here: https://invent.kde.org/davidedmundson/xwaylandvideobridge/-/issues/2
Note that at the time of writing this comment, neither sway nor hyprland correctly handle the window flags to hide the main window, so you will have to manually set some window rules. My recommended settings for Hyprland:
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
This hides the window as soon as it opens and makes it unfocusable so it get in your way. If you have animations enabled you might also consider adding a noamin
rule if you find the brief popup annoying.
Pinned Comments
Rubos commented on 2023-05-21 00:49 (UTC)
The intention of this package is to provide a workaround for users of sway or hyprland (maybe also other wlroots based wms) facing the issue described here: https://invent.kde.org/davidedmundson/xwaylandvideobridge/-/issues/2
Note that at the time of writing this comment, neither sway nor hyprland correctly handle the window flags to hide the main window, so you will have to manually set some window rules. My recommended settings for Hyprland:
This hides the window as soon as it opens and makes it unfocusable so it get in your way. If you have animations enabled you might also consider adding a
noamin
rule if you find the brief popup annoying.