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
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 ... Next › Last »
Renfield commented on 2020-06-30 19:46
How do I prevent the TV from losing the HDMI signal after about five minutes unless I press a keyboard key? I thought perhaps adding the following lines to /var/lib/kodi/.xprofile would do it:
xset -dpms xset s off
But it did not. Since the kodi user does not have a home directory, where would Xorg look for such configuration?
blinx commented on 2020-05-26 21:50
@elParaguayo nice to find another paraguayo around here!
elParaguayo commented on 2020-05-02 18:49
uid=974(kodi) gid=974(kodi) groups=974(kodi),995(audio),990(optical),987(uucp),986(video)
Happy to send comments on the github issues page instead of filling up comments here.
Yes - on x86_64. This is in VirtualBox (I wanted to check whether Arch could work for my HTPC) but I had the same issue on my laptop.
EDIT: I wonder if this is dbus related... I'll post an issue on your github page.
graysky commented on 2020-05-02 18:43
@elParaguayo - You are on x86_64 not ARM right? What is the output of
id kodi
?elParaguayo commented on 2020-05-02 17:58
I'm having issues exiting the program. I've enabled the service so it boots into Kodi but selecting Exit, Powerdown, Suspend etc just causes Kodi to hang. I need to switch to another terminal and login in order to reboot.
When running Kodi as a normal user from a graphical environment, this doesn't happen. Is this a permissions issue for the kodi user? There were some comments on the kodi forum (for the Arm package) about needing a polkit file. Don't think there's one here - I tried creating one manually with no change, but I could have got it wrong!
graysky commented on 2020-02-02 19:54
@ghen - Good idea, https://github.com/graysky2/kodi-standalone-service/commit/74abcce02a98f51a56fa4ab52d56432007c60575
ghen commented on 2020-02-02 18:39
Hi, could you add StandardOutput=journal to the unit file, to avoid it to inherit from StandardInput=tty and print xinit output on the screen? (which no other unit does) This allows to get a https://wiki.archlinux.org/index.php/Silent_boot :)
graysky commented on 2020-01-12 11:47
@asm0dey - If you want to override the package provided files, place your own in
/etc/sysusers.d/
... seeman sysusers.d
asm0dey commented on 2020-01-11 22:07
@graysky I mean mark
.conf
and.service
files as backup, pleasegraysky commented on 2020-01-08 23:53
Arch ARM is not Arch. They are not the same platform and within Arch ARM there are different platforms. Arch ARM kodi packages ship with their own
kodi.service
that works on it.