Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 610756 - x11-apps/xinit-1.3.4-r1 - should depend on x11-apps/xmodmap
Summary: x11-apps/xinit-1.3.4-r1 - should depend on x11-apps/xmodmap
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-24 00:31 UTC by Martin Mokrejš
Modified: 2019-03-03 07:29 UTC (History)
0 users

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 Martin Mokrejš 2017-02-24 00:31:21 UTC
On a new install host I cannot get any session after logging in through xdm. After poking through /etc/X11/xinit/xinitrc I checked whether xmodmap is actually installed. Indeed was not.

My issue still persists but this should be fixed anyway.
Comment 1 Matt Turner gentoo-dev 2019-03-03 07:29:11 UTC
/etc/X11/xinit/xinitrc contains

sysmodmap=/etc/X11/xinit/Xmodmap

...

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

That looks like xmodmap is optional.