Andrew Savchenko

Results 16 issues of Andrew Savchenko

Some options will work only when clsync is being run with root priviledges, please made some note in the manual page for such options, so it will be clean and...

documentation

Hi! These patches provide an optional SDK mode which allows to use apulse as PulseAudio replacement to _build_ and run applications without PA installed. I'm well aware that apulse was...

Hi! Serials are not filtered in edid-decode: ``` Block 0, Base EDID: EDID Structure Version & Revision: 1.3 Vendor & Product Identification: Manufacturer: VSC Model: 3624 Serial Number: Made in:...

Hi! I use 20 char pin and made a typo by entering 21 chars, so I get: ` $ nitrocli pws status Could not access the password safe: The supplied...

bug

f2fs supports the same ioctl() for encryption as ext4, so please add support for this filesystem too. Actual code change is simple: EXT4_KEY_DESC_PREFIX should be changed from "ext4:" to "f2fs:"...

Gcc-14 considers incompatible pointer types as an error, so use expcilict const_cast to convert from const char* to gchar*. This should be a proper fix for #103 .