Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681330 - app-emulation/spice-vdagent: only supports consolekit or systemd for session-info
Summary: app-emulation/spice-vdagent: only supports consolekit or systemd for session-...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: elogind-support
  Show dependency tree
 
Reported: 2019-03-22 23:52 UTC by Andreas Sturmlechner
Modified: 2019-11-29 09:14 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.