unquote7083

Results 16 comments of unquote7083

Agreed explicit is better than implicit. ```sh $ ROOT=/mnt/to-backup; rdiff-backup --exclude $ROOT/file1 --exclude $ROOT/file2 $ROOT/ /my-backup ``` Is a good workaround, but what about adding an option like `--root` or...

I get segfault and this backtrace in the main branch just by starting gamescope ```GDB #0 0x00007fdf19dccde0 in () at /usr/lib/libnvidia-glcore.so.545.29.06 #1 0x00007fdf19d1e194 in () at /usr/lib/libnvidia-glcore.so.545.29.06 #2 0x00007fdf20770db0 in...

Building packages for other systems mainly. do you have any better recommendations to accomplish the same?

No I mean building for same arch, just different makepkg.conf

Caused by https://github.com/FossifyOrg/Calendar/commit/aff984bd2d56eb9b334f677c768ad5b7dd8d6753 Related: * https://github.com/FossifyOrg/Calendar/issues/188 * https://github.com/FossifyOrg/Calendar/pull/448

I'll use this revert for now ```patch commit b5695edad9d560e55a77f8fed3164f66dc69b587 Author: me Date: Sat Mar 29 05:31:25 2025 +0000 Revert "Disable CalDAV event color modification" This reverts commit aff984bd2d56eb9b334f677c768ad5b7dd8d6753 diff --git...