pgnd

Results 55 comments of pgnd

> Hi, I have to do all 3 things to fix it. No updates since this was posted :( fwiw, there's an alternative manifest + SRI solution that seems to...

confirmed, here with ``` composer show twig/twig | grep version versions : * v3.10.1 ``` all good reported in # https://github.com/flyntwp/flynt/issues/554

drop back to last release, @ https://github.com/twigphp/Twig/tags ``` composer require \ timber/timber \ twig/twig:"3.9.3" composer show timber/timber | grep versions versions : * v2.1.0 composer show twig/twig | grep versions...

adding suid to rpm post-install ``` %post ... + chown ydotool:input /path/to/bin/ydotool + chmod +s /path/to/bin/ydotool ``` so that, with above config, ``` ls -al /run/ydotool/ total 0 drwxrwx--- 2...

fwiw, very WIP for builds @ Fedora, https://pagure.io/pgnd/ydotool-pgnd/tree/main seems to behave as built --- with the 'expanded' socket perms, as above. biggest issue is assigning a 'hotkey' trigger in KDE...

rm'ing ``` dnf remove sddm-breeze ``` so ``` rpm -qa | grep sddm kde-settings-sddm-39.1-1.fc39.noarch sddm-0.20.0-4.fc39.x86_64 sddm-kcm-5.27.10-1.fc39.x86_64 sddm-wayland-plasma-5.27.10-1.fc39.noarch ``` now on boot, dmesg ``` dmesg | grep sddm [ 26.537564] systemd[1]:...

@arut iiuc this was closed & not merged? was this fixed elsewhere? i hit it with current release + GCC15, as on Fedora 42+. e.g.: for Fedora41-release, with GCC14 @...

> If the issue continues ... plan to get back to it to make nginx compilable. got it, thx. > workaround yup. the workaround works for now; GCC15 builds for...

@ac000 > can be handled properly do you have a link for that?

not just warnings, but failures where ``` ls -al `which mysql` lrwxrwxrwx 1 root root 7 Aug 11 20:00 /usr/local/mariadb-lts/bin/mysql -> mariadb* ``` and ``` DB_NAME=$(wp-cli config get DB_NAME) SITE_URL=$(wp-cli...