Search Criteria
Package Details: kodi-standalone-service 1.123-1
Git Clone URL: | https://aur.archlinux.org/kodi-standalone-service.git (read-only, click to copy) |
---|---|
Package Base: | kodi-standalone-service |
Description: | Systemd services to run kodi in stand-alone mode without a DE |
Upstream URL: | https://github.com/graysky2/kodi-standalone-service |
Licenses: | |
Replaces: | |
Submitter: | graysky |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 64 |
Popularity: | 0.42 |
First Submitted: | 2014-11-05 20:25 |
Last Updated: | 2021-01-05 00:28 |
Dependencies (5)
- libinput (libinput-swap-two-and-three-finger-tap, libinput-fix101796-git, libinput-no-hysteresis, libinput-nosmoothing, libinput-nomiddletap, libinput-accel-profile-git, libinput-hires-scroll, libinput-complyue, libinput-git, libinput-multiplier, libinput-minimal-git, libinput-three-finger-drag)
- polkit (polkit-git, polkit-consolekit, polkit-no-script-git, polkit-duktape)
- cage (optional) – for kodi-wayland.service
- xorg-server (xorg-server1.12, xorg-server-hwcursor-gamma, xorg-server1.19-git, xorg-server-notty, xorg-server-dev, xf86-input-evdev-git-surfacepen3, xf86-input-evdev-git, xorg-server-sd_notify, xorg-server-git, xorg-server-bug865, xorg-server-rootless-nosystemd-minimal, xorg-server-rootless-nosystemd-minimal-git, xorg-server-noudev) (optional) – for kodi-x11.service
- xorg-xinit (xorg-xinit-posix, xorg-xinit-git) (optional) – for kodi-x11.service
Latest Comments
1 2 3 4 5 6 ... Next › Last »
graysky commented on 2020-12-14 20:37
@ghen - the issue we are running into here is complex for kodi-x11 due to systemd and/or my lack of mastery of all its myriad nuances. For one, we are starting xorg-server and then starting kodi within in one step which led to a bit of confusion and discussion to get it to both start and stop properly[1,2].
Beyond that, differences in
systemctl stop kodi-x11
andsystemctl reboot
caused me to make the most recent change removing thePAMName=
so I could get the entire thing under the system.slice and out of the user.slice[3].I am open to suggestions to limit the kodi user to just the physical keyboard.
ghen commented on 2020-12-14 20:19
Thanks. Not sure it's a good idea to give kodi unrestricted access to all input devices though? (even if the user switches to another tty?)
graysky commented on 2020-12-14 19:58
@ghen - I think kodi may need to be in the input group now that the PAMName= directive is removed. EDIT: yep, I will fix and update. Thank you for the report.
ghen commented on 2020-12-14 18:51
I'm seeing the following in Xorg.log for all input devices, from power button to keyboard and mouse:
(EE) xf86OpenSerial: Cannot open device /dev/input/event4 Permission denied.
ghen commented on 2020-12-14 18:37
Hmm, with this version, keyboard entry to kodi does not work anymore. Could it be that kodi no longer owns the tty?
graysky commented on 2020-12-14 16:18
@ghen - My bad, fixed in 1.117-2 thanks for pointing it out.
ghen commented on 2020-12-14 15:36
1.117-1 fails to build:
install -Dm0644 "$srcdir/polkit.rules" "$pkgdir/usr/share/polkit-1/rules.d/10-kodi.rules"
. There is no file polkit.rules, should be 10-kodi.rules?fattoony commented on 2020-11-08 20:18
@graysky I can confirm v1.116 has corrected the issue. Thanks!
graysky commented on 2020-11-08 13:45
@fattoony - Thanks for reporting. v1.116 should fix it.
fattoony commented on 2020-11-07 22:23
Hi, I have a problem since version 1.111 that I am unable to restart kodi using kodi's built-in function "RestartApp". Kodi quits fine but it does not restart, I must then systemctl start kodi.
1.109 was the last working version.