Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 681330

Summary: app-emulation/spice-vdagent: only supports consolekit or systemd for session-info
Product: Gentoo Linux Reporter: Andreas Sturmlechner <asturm>
Component: Current packagesAssignee: Virtualization Team <virtualization>
Status: CONFIRMED ---    
Severity: normal CC: dev-zero, virtualization
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 599470    

Description Andreas Sturmlechner gentoo-dev 2019-03-22 23:52:33 UTC
ebuild currently has:

>	if use consolekit; then
>		opt+=( --with-session-info=console-kit )
>	elif use systemd; then
>		opt+=( --with-session-info=systemd )
>	else
>		opt+=( --with-session-info=none )
>	fi

we should check if elogind can serve the same purpose.
Comment 1 Andreas Sturmlechner gentoo-dev 2019-03-23 21:03:02 UTC
Plus: reconsider IUSE=+consolekit

It clashes with the planned switch of desktop profiles to +elogind. This package is apparently able to run without session-info, so it should be fine without a default; desktop profiles at this time are setting +consolekit globally anyway, except if otherwise defined by systemd subprofile.
Comment 2 Larry the Git Cow gentoo-dev 2019-10-15 16:11:25 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235e882ec0929250d9cd3232d48f1244333c2ec7

commit 235e882ec0929250d9cd3232d48f1244333c2ec7
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2019-10-15 16:10:56 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2019-10-15 16:11:14 +0000

    app-emulation/spice-vdagent: Do not set +consolekit
    
    Bug: https://bugs.gentoo.org/681330
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319-r1.ebuild | 4 ++--
 app-emulation/spice-vdagent/spice-vdagent-0.19.0.ebuild              | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
Comment 3 Matthias Maier gentoo-dev 2019-10-15 16:12:17 UTC
(In reply to Andreas Sturmlechner from comment #0)
> we should check if elogind can serve the same purpose.

Please feel free to introduce a elogind use flag and update the configuration as necessary.