You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a problem because if you want to customize your configuration, you need to replace the lircd.conf instead of just adding your configuration to lirc.conf.d/mycustomconfig.conf.
It may also conflict with any remotes the developer needs to add, by default in a hard to predict way.
Normally, lircd tries to sort multiple remotes so the one which decodes fastest are used first. Setting manual_sort to 1 in any remote disables this and uses the remotes in the order they are listed in lircd.conf or as the alphanumerically sorted filenames in lircd.conf.d.
On the LIRC package, located at https://github.com/openembedded/meta-openembedded/tree/master/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc
the default config file
lircd.conf
seems to be customized to somebody's application, and does not include thelirc.conf.d
directory.This is a problem because if you want to customize your configuration, you need to replace the
lircd.conf
instead of just adding your configuration tolirc.conf.d/mycustomconfig.conf
.It may also conflict with any remotes the developer needs to add, by default in a hard to predict way.
This is the config file:
https://github.com/openembedded/meta-openembedded/blob/master/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lircd.conf
For reference, the upstream file is just one line:
include "lircd.conf.d/*.conf"
.The solution depends on the project's priority:
include
line is added at the top of the file.The text was updated successfully, but these errors were encountered: