Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493338 - ~x11-base/xorg-server-1.14.99.903 should install xdm.init-10 (xdm.init-9 is incompatible with gnome-base/gdm-3)
Summary: ~x11-base/xorg-server-1.14.99.903 should install xdm.init-10 (xdm.init-9 is i...
Status: RESOLVED FIXED
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: 2013-12-04 20:36 UTC by Maxim Britov
Modified: 2013-12-16 22:46 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 Maxim Britov 2013-12-04 20:36:41 UTC
$ fgrep xdm.init xorg-server-1.14.4.ebuild 
	newinitd "${FILESDIR}"/xdm.initd-10 xdm
$ fgrep xdm.init xorg-server-1.14.99.903.ebuild 
	newinitd "${FILESDIR}"/xdm.initd-9 xdm
$ fgrep xdm.init xorg-server-1.14.99.903-r1.ebuild 
	newinitd "${FILESDIR}"/xdm.initd-9 xdm

from xinit.init-10:
                gdm|gnome)
                        # gdm-3 and above has different paths
                        if [ -f /usr/sbin/gdm ]; then
                                EXE=/usr/sbin/gdm
                                PIDFILE=/run/gdm/gdm.pid
                                START_STOP_ARGS="--background"
                                AUTOCLEAN_CGROUP="yes"
                        else
                                EXE=/usr/bin/gdm
                                PIDFILE=/run/gdm.pid
                        fi

and xdm.init-9 wrong with gdm3. Service xdm doesn't start on boot, just plain console.

Sorry for my engrish :)


Reproducible: Always
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2013-12-16 22:46:40 UTC
Fixed in 1.14.99.904