Opened 15 years ago

Closed 15 years ago

Last modified 7 years ago

#2973 closed task (fixed)

incorrect link to ConsoleKit/ck-get-x11-display-device in gdm

Reported by: Lars Bamberger Owned by: Wayne Blaszczyk
Priority: normal Milestone: x-future
Component: BOOK Version: SVN
Severity: trivial Keywords:
Cc:

Description

Installation says:

ln -s $(pkg-config --variable=prefix \ ORBit-2.0)/lib/ConsoleKit/ck-get-x11-display-device $(pkg-config --variable=prefix ORBit-2.0)/lib/gdm

This should read:

ln -s /usr/lib/ConsoleKit/ck-get-x11-display-device $(pkg-config \

--variable=prefix ORBit-2.0)/lib/gdm

because ConsoleKit is installed with prefix=/usr and ck-get-x11-display-device lives in /usr/lib/ConsoleKit.

Lars

Change History (3)

comment:1 by Wayne Blaszczyk, 15 years ago

Owner: changed from blfs-book@… to Wayne Blaszczyk
Status: newassigned

comment:2 by Wayne Blaszczyk, 15 years ago

Resolution: fixed
Status: assignedclosed

Fixed.

comment:3 by bdubbs@…, 7 years ago

Milestone: futurex-future

Milestone renamed

Note: See TracTickets for help on using tickets.