Bug 1894794 - x2goserver should Require: xkbcomp setxkbmap instead of xorg-x11-xkb-utils
Summary: x2goserver should Require: xkbcomp setxkbmap instead of xorg-x11-xkb-utils
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: x2goserver
Version: 33
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1867220
TreeView+ depends on / blocked
 
Reported: 2020-11-05 04:59 UTC by Peter Hutterer
Modified: 2020-11-08 21:35 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-11-06 02:07:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Peter Hutterer 2020-11-05 04:59:52 UTC
xorg-x11-xkb-utils is an aggregate package, shipping a few tools that should be in their own respective packages, see [1]. Of these x2goserver requires xkbcomp and setxkbmap.

We've had Provides: xkbcomp and Provides: setxkbmap in xorg-x11-xkb-utils for years:
$ dnf repoquery --whatprovides  xkbcomp
Last metadata expiration check: 0:07:46 ago on Thu 05 Nov 2020 13:32:47.
xorg-x11-xkb-utils-0:7.7-33.fc33.x86_64

x2goserver should switch to "Requires: xkbcomp setxkbmap" so we can actually obsolete the aggregate package and start using separate packages.

[1] https://fedoraproject.org/wiki/Changes/XorgUtilityDeaggregation



I'll push this change in the next few days if you don't beat me to it :)

Comment 1 Orion Poplawski 2020-11-06 02:07:15 UTC
Thanks, I've made the change since I'm poking at x2go/nxlibs at the moment.  Looks like we only need setxkbmap, unless you can point out where we need xkbcomp as well.

Comment 2 Peter Hutterer 2020-11-08 21:35:42 UTC
tbh I just assumed it needed xkbcomp since it looked like an X server :) I grepped for setxkbmap which is how I found that, but I didn't check for xkbcomp. But yeah, if you don't need to compile the keymap, then you don't need it. Thanks for the quick change, much appreciated.


Note You need to log in before you can comment on or make changes to this bug.