Hello!
Previously in Fedora 17 my lirc services started without any problem, i.e. my rc.local file included the following line:
'mkdir /var/run/lirc/ && /usr/local/sbin/lircd -H dev/input -d /dev/input/event7'
and file /usr/share/gnome/autostart/lirc-irexec.desktop was created containing the following:
[Desktop Entry]
Type=Application
Name=IREXEC
Comment=Starts IREXEC whenever you log in
Exec=/usr/local/bin/irexec -d
So that I could manage my TV software by remote control immediately after Gnome session had started.
After upgrading to Fedora 18 in order to start 'lircd -H dev/input -d /dev/input/event7' I had to modify selinux by
# grep lircd /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp
And lircd service stated working but irexec cannot autostart in Gnome, it works only if manually started in console:
$ /usr/local/bin/irexec -d
If somebody knows how to start irexec automatically in Gnome in Fedora 18, please let me know.
Thank you in advance.
Best regards,
Tom