Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 774204 - sys-auth/polkit-0.120-r1 USE=gtk and USE=kde unsuitable
Summary: sys-auth/polkit-0.120-r1 USE=gtk and USE=kde unsuitable
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-04 19:26 UTC by Esteve Varela Colominas
Modified: 2021-10-31 21:31 UTC (History)
1 user (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 Esteve Varela Colominas 2021-03-04 19:26:22 UTC
The gtk and kde USE flags currently take care of installing specific polkit agents.
The gtk flag installs either polkit-gnome or lxsession, while the kde flag installs polkit-kde-agent.

This sounds fine, and is what many other ebuilds do when there's a companion program that's *likely* expected to be installed. However, in this case, I find it to be misleading.
The gtk flag is enabled by default in the desktop profile, and even in the desktop/plasma profile. This means that, on plasma, both frontends will be installed, but only one used, due to the "NotShowIn=KDE" flag in the autostart file. It makes very little sense to have both installed, as apps will only use whichever's running, and you can't have multiple running.

Different desktops have different frontends that aren't listed in *DEPENDS either, such as the new lxqt-base/lxqt-policykit, mate-extra/mate-polkit, and possibly other frontends in the future, as desktops come and go. The desktop environment meta-packages currently do a good enough job at installing the right one, and minimal window manager users will have to configure one to start at bootup manually anyway, as few of them actually read the /etc/xdg/autostart directory.

This is why I suggest removing these USE flags. It makes no sense to enable both, it depends on the desktop environment, and in the case it doesn't you have to pick one and set it up manually anyway.
Comment 1 Esteve Varela Colominas 2021-03-14 20:20:44 UTC
I'll toss into the argument, since I've found out about it recently, that xdg-desktop-portal follows a similar implementation (one backend, multiple frontends as separate packages), and doesn't put its frontends in PDEPEND either.