Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#1542 closed defect (fixed)

Gnome GDM error in post-install chmod command

Reported by: hugo@… Owned by: Randy McMurchy
Priority: high Milestone: 6.2.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc: hugo@…

Description

In the two chmod commands, the "--prefix=" text should be removed:

Incorrect (current): chmod -v 644 --prefix=pkg-config --variable=prefix ORBit-2.0\ /share/gdm/BuiltInSessions/default.desktop && chmod -v 644 --prefix=pkg-config --variable=prefix ORBit-2.0\ /share/xsessions/gnome.desktop

Correct: chmod -v 644 pkg-config --variable=prefix ORBit-2.0\ /share/gdm/BuiltInSessions/default.desktop && chmod -v 644 pkg-config --variable=prefix ORBit-2.0\ /share/xsessions/gnome.desktop

Change History (4)

comment:1 by LFS-User@…, 19 years ago

Milestone: future6.2
Owner: changed from blfs-book@… to Randy McMurchy
rep_platform: PCAll

comment:2 by LFS-User@…, 19 years ago

Status: newassigned

comment:3 by LFS-User@…, 19 years ago

Resolution: fixed
Status: assignedclosed

Thanks Hugo for pointing this problem out. It has been fixed.

comment:4 by LFS-User@…, 19 years ago

* Bug 1543 has been marked as a duplicate of this bug. *

Note: See TracTickets for help on using tickets.