Dmytro Bagrii
Dmytro Bagrii
Hi @UncleGrumpy. I enabled issues tracking for the forked repo. Pull requests are enabled by default, i guess. I don't apply to permanent maintaining of the driver but let's see...
I observe a kind of race condition even with a single instance. I have tilda run by window manager (fluxbox) only once at startup. Most of times it works fine...
> Would this work _across_ distro? I don't know. I guess it should work on any distro with standard systemd configuration but can't test it. I have libindi installed as...
I faced with the same issue. There is `~/.vscode-oss/extensions/platformio.platformio-ide-3.3.4-linux-x64/changelog.md` (lower case) but the error message displays upper case "CHANGELOG" part. I thought that's the reason why "PlatformIO IDE Release Notes"...
This ticket is not about colord. Udev had ability to set device node permissions to a particular user or group. In 258 it is broken.
> But device nodes should really never be _owned_ by regular users Why? What standard / specification / convention states such requirement? Simple use case: allow direct access to a...
> I recommend to use uaccess tag, Uaccess doesn't work for devices plugged before user logged in. Uaccess sets ownership for any user, not to particular one. There are issues...
> ownership of inodes implies the ability to change the permissions on it, modify ACLs and so on, Like for any other file. If a user with permissions enough to...
> I haven’t found any workaround or alternative approach to address it. @banafshehft As a workaround you can use something like `RUN+="/usr/bin/setfacl -m g::rw %N"` or even `RUN+="/usr/bin/chgrp %N", RUN+="/usr/bin/chmod...