https://github.com/wulf7/libudev-devd/issues/7
On 30.07.2024 20.52, Jesper Schmitz Mouridsen wrote:
Hi Mario
for plasma5 in FreeBSD 14.1 latest the following hack works
patchde libinput and libudev. the first might not be needed the second
is hackish...
for plasma6 i removed powerdevil and
Hi Mario
for plasma5 in FreeBSD 14.1 latest the following hack works
patchde libinput and libudev. the first might not be needed the second
is hackish...
for plasma6 i removed powerdevil and used
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$
Hi Mario
for plasma5 in FreeBSD 14.1 latest the following hack works, and plasma6
gets a cursor but gets stuck...
cat /usr/ports/devel/libudev-devd/files/patch-udev-device.c
--- udev-device.c.orig 2024-07-30 16:20:00 UTC
+++ udev-device.c
@@ -181,8 +181,9 @@ udev_device_has_tag(struct udev_de
Hi.
I've been working a little on LXQt (https://wiki.freebsd.org/LXQt)
LXQt only misses plasma5-libkscreen in the offical portstree to build in
the offical
portstree.
Therefore I patched plasma5-libkscreen [1] to build without wayland, e.g
commenting out the wayland specific parts in CMakeLi
Hi
I've been trying out weston/wayland on stock
12.0-CURRENT FreeBSD 12.0-CURRENT #0 r312107, with instructions
from https://github.com/johalun/documentation/blob/master/wayland.md
And it works. But invoking kwin_wayland --drm just hangs.
kwin_wayland --xwayland from X11 works.
Reading
http